summaryrefslogtreecommitdiff
path: root/mesh/node.h
diff options
context:
space:
mode:
authorJakub Witowski <jakub.witowski@silvair.com>2020-01-30 15:34:24 +0100
committerBrian Gix <brian.gix@intel.com>2020-01-31 10:22:16 -0800
commit2f9ec7f8870099623ef198cedee14b97a0ae45ca (patch)
tree8f84010bbb8915c0172be3ae0a8f7817a4db6085 /mesh/node.h
parent845541f052f725eb263daf5f3ff72b8caaabf5ed (diff)
downloadbluez-2f9ec7f8870099623ef198cedee14b97a0ae45ca.tar.gz
mesh: remove unused node_set_device_key()
This patch removes node_set_device_key() function, because it is unused.
Diffstat (limited to 'mesh/node.h')
-rw-r--r--mesh/node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesh/node.h b/mesh/node.h
index a6bc4a2a6..38aea138f 100644
--- a/mesh/node.h
+++ b/mesh/node.h
@@ -46,7 +46,6 @@ uint16_t node_get_primary(struct mesh_node *node);
uint16_t node_get_primary_net_idx(struct mesh_node *node);
void node_set_token(struct mesh_node *node, uint8_t token[8]);
const uint8_t *node_get_token(struct mesh_node *node);
-void node_set_device_key(struct mesh_node *node, uint8_t key[16]);
const uint8_t *node_get_device_key(struct mesh_node *node);
void node_set_num_elements(struct mesh_node *node, uint8_t num_ele);
uint8_t node_get_num_elements(struct mesh_node *node);