summaryrefslogtreecommitdiff
path: root/mesh/net-keys.h
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2020-10-08 11:05:47 -0700
committerBrian Gix <brian.gix@gmail.com>2023-01-30 16:14:41 -0800
commitebb219614108b3e227b9fde2ff3fdb8ec99512f7 (patch)
tree0293ed4025e6ed368222458d3e81a69fcf04a473 /mesh/net-keys.h
parent5ba57cf85140e2087fef0e617608ee33a04c5449 (diff)
downloadbluez-ebb219614108b3e227b9fde2ff3fdb8ec99512f7.tar.gz
mesh: Add internal Mesh Private Beacon model
Adds recgnition that the Mesh Private Beacon model is internal and foundational, without bindings.
Diffstat (limited to 'mesh/net-keys.h')
-rw-r--r--mesh/net-keys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesh/net-keys.h b/mesh/net-keys.h
index a3909448c..e73812481 100644
--- a/mesh/net-keys.h
+++ b/mesh/net-keys.h
@@ -12,6 +12,7 @@
#define BEACON_TYPE_MPB 0x02
#define KEY_REFRESH 0x01
#define IV_INDEX_UPDATE 0x02
+#define NET_MPB_REFRESH_DEFAULT 60
void net_key_cleanup(void);
bool net_key_confirm(uint32_t id, const uint8_t flooding[16]);