summaryrefslogtreecommitdiff
path: root/mesh/net.h
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2019-12-20 12:13:39 -0800
committerBrian Gix <brian.gix@intel.com>2019-12-24 10:38:34 -0800
commitbdfae8a5700adfeb5190108d5daebc57e7ac0f06 (patch)
treea8c6417b5c74e0ec0cb402415326156cd9203425 /mesh/net.h
parent2903ffb2850a3f5eaeae84ae5d9a472072c2de67 (diff)
downloadbluez-bdfae8a5700adfeb5190108d5daebc57e7ac0f06.tar.gz
mesh: Deliver newly composed SNBs to local nodes
Diffstat (limited to 'mesh/net.h')
-rw-r--r--mesh/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesh/net.h b/mesh/net.h
index 07b87830d..023b61e71 100644
--- a/mesh/net.h
+++ b/mesh/net.h
@@ -280,6 +280,7 @@ uint16_t mesh_net_get_address(struct mesh_net *net);
bool mesh_net_register_unicast(struct mesh_net *net,
uint16_t unicast, uint8_t num_ele);
uint8_t mesh_net_get_num_ele(struct mesh_net *net);
+void net_local_beacon(uint32_t key_id, uint8_t *beacon);
bool mesh_net_set_beacon_mode(struct mesh_net *net, bool enable);
bool mesh_net_set_proxy_mode(struct mesh_net *net, bool enable);
bool mesh_net_set_relay_mode(struct mesh_net *net, bool enable, uint8_t cnt,