summaryrefslogtreecommitdiff
path: root/mesh/net-keys.h
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2019-12-20 12:13:40 -0800
committerBrian Gix <brian.gix@intel.com>2019-12-24 10:38:34 -0800
commitffdd4f5817b4f555f98e170bf1312afeb1a15041 (patch)
treef2738a97efade76bf097ab92aa3ffb1d44a375cd /mesh/net-keys.h
parentbdfae8a5700adfeb5190108d5daebc57e7ac0f06 (diff)
downloadbluez-ffdd4f5817b4f555f98e170bf1312afeb1a15041.tar.gz
mesh: Recognize SNBs in SecondsSinceLastHeard
Timestamp is taken on each OTA beacon reception, and considered in the SecondsSinceLastHeard property.
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 3c2c4d0da..9385e2c51 100644
--- a/mesh/net-keys.h
+++ b/mesh/net-keys.h
@@ -39,3 +39,4 @@ void net_key_beacon_seen(uint32_t id);
void net_key_beacon_enable(uint32_t id);
bool net_key_beacon_refresh(uint32_t id, uint32_t iv_index, bool kr, bool ivu);
void net_key_beacon_disable(uint32_t id);
+uint32_t net_key_beacon_last_seen(uint32_t id);