summaryrefslogtreecommitdiff
path: root/mesh/net.h
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2019-12-13 12:25:02 -0800
committerBrian Gix <brian.gix@intel.com>2019-12-16 08:18:35 -0800
commit6a83d146706c7dbdf7772fc65f5a4d84eddc594f (patch)
tree29078e2842de5cf7dc2d34731605dd7129c1475e /mesh/net.h
parent9955657fa222ba892c52daff910044dca019dadb (diff)
downloadbluez-6a83d146706c7dbdf7772fc65f5a4d84eddc594f.tar.gz
mesh: Cleanup unused LPN code
The daemon does not support the LPN role, and this is unreferenced code.
Diffstat (limited to 'mesh/net.h')
-rw-r--r--mesh/net.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mesh/net.h b/mesh/net.h
index 90ca8328b..07b87830d 100644
--- a/mesh/net.h
+++ b/mesh/net.h
@@ -279,8 +279,6 @@ void mesh_net_set_frnd_seq(struct mesh_net *net, bool seq);
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);
-bool mesh_net_set_friend(struct mesh_net *net, uint16_t friend_addr);
-uint16_t mesh_net_get_friend(struct mesh_net *net);
uint8_t mesh_net_get_num_ele(struct mesh_net *net);
bool mesh_net_set_beacon_mode(struct mesh_net *net, bool enable);
bool mesh_net_set_proxy_mode(struct mesh_net *net, bool enable);