summaryrefslogtreecommitdiff
path: root/mesh/net.h
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2020-06-05 14:31:43 -0700
committerBrian Gix <brian.gix@intel.com>2020-06-08 13:30:50 -0700
commitbae266797bb2e9c02d8cf2f6522e73f96b41ad52 (patch)
treed0c33a9528418256a7ebb2634dbd5ef3833d1301 /mesh/net.h
parentb55b94c647a474a47ad15f468e749ea95f0e8b19 (diff)
downloadbluez-bae266797bb2e9c02d8cf2f6522e73f96b41ad52.tar.gz
mesh: Remove unused/redundant functions
This removes mesh_net_provisioner_mode_set (unused) and mesh_net_provisioner_mode_get (duplicates node_is_provisioner)
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 84e7c1545..f7fe3f150 100644
--- a/mesh/net.h
+++ b/mesh/net.h
@@ -335,8 +335,6 @@ void mesh_net_send_seg(struct mesh_net *net, uint32_t key_id,
struct mesh_net_heartbeat *mesh_net_heartbeat_get(struct mesh_net *net);
void mesh_net_heartbeat_init(struct mesh_net *net);
void mesh_net_heartbeat_send(struct mesh_net *net);
-void mesh_net_provisioner_mode_set(struct mesh_net *net, bool mode);
-bool mesh_net_provisioner_mode_get(struct mesh_net *net);
bool mesh_net_key_list_get(struct mesh_net *net, uint8_t *buf, uint16_t *count);
uint16_t mesh_net_get_primary_idx(struct mesh_net *net);
uint32_t mesh_net_friend_timeout(struct mesh_net *net, uint16_t addr);