summaryrefslogtreecommitdiff
path: root/mesh/net.h
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2020-06-11 11:30:38 -0700
committerBrian Gix <brian.gix@intel.com>2020-06-16 10:39:22 -0700
commitd4989cb19d91e208cb152f3ae9aea2cb1158905d (patch)
tree62d986bfb88733273c59a129ec75ed237aef92e7 /mesh/net.h
parentceb47ac6a9bea23e6d9cf1d8890bc8a5a869b316 (diff)
downloadbluez-d4989cb19d91e208cb152f3ae9aea2cb1158905d.tar.gz
mesh: Delete unused structures/functions
This deletes unused functions and structures in net.c & net.h. Plus, some style cleanup.
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 f7fe3f150..7117f1a47 100644
--- a/mesh/net.h
+++ b/mesh/net.h
@@ -270,7 +270,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);
-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);
@@ -310,7 +309,6 @@ void mesh_net_ack_send(struct mesh_net *net, uint32_t key_id,
uint16_t seqZero, uint32_t ack_flags);
int mesh_net_get_identity_mode(struct mesh_net *net, uint16_t idx,
uint8_t *mode);
-char *mesh_net_id_name(struct mesh_net *net);
bool mesh_net_dst_reg(struct mesh_net *net, uint16_t dst);
bool mesh_net_dst_unreg(struct mesh_net *net, uint16_t dst);
struct mesh_friend *mesh_friend_new(struct mesh_net *net, uint16_t dst,