summaryrefslogtreecommitdiff
path: root/mesh/provision.h
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2021-05-19 11:15:36 -0700
committerBrian Gix <brian.gix@intel.com>2021-05-19 12:54:40 -0700
commit9260107b158ddd9677ccfe1c7968f62eb988fa92 (patch)
treeaa6873cdffdf5c80ad264c75b0273d2081797969 /mesh/provision.h
parent7f0a643d5416b25d06821db784de268d2962362b (diff)
downloadbluez-9260107b158ddd9677ccfe1c7968f62eb988fa92.tar.gz
mesh: Add single threading to prov-acp ob messaging
Certain IOP and stress testing scenarios can cause additional outbound messages to be attempted before the prior outbound message completes. This patch adds queuing if outbpund messages are attempted too quickly so that the additional message is not sent until the prior message is ACKed.
Diffstat (limited to 'mesh/provision.h')
-rw-r--r--mesh/provision.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesh/provision.h b/mesh/provision.h
index 1a11b691b..1634c4d40 100644
--- a/mesh/provision.h
+++ b/mesh/provision.h
@@ -38,6 +38,7 @@ struct mesh_agent;
#define PROV_DATA 0x07
#define PROV_COMPLETE 0x08
#define PROV_FAILED 0x09
+#define PROV_NONE 0xFF
/* Spec defined Error Codes */
#define PROV_ERR_SUCCESS 0x00