summaryrefslogtreecommitdiff
path: root/mesh/node.h
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2020-08-06 18:38:26 -0700
committerBrian Gix <brian.gix@intel.com>2020-08-10 14:47:08 -0700
commit1a2a6debd00ae2c175a119569a67bf49472fb651 (patch)
tree90a3d0d75e235f6074ca2bbed66afa0f28776ff0 /mesh/node.h
parent5a12b9b757a4610a60da3940649ffa8daf7cf40c (diff)
downloadbluez-1a2a6debd00ae2c175a119569a67bf49472fb651.tar.gz
mesh: Clean up handling of config model binding messages
This modification allows using a single point for sending out the composed status messages by the Config Server. Also, remove unused definitions for binding functions in node.h
Diffstat (limited to 'mesh/node.h')
-rw-r--r--mesh/node.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mesh/node.h b/mesh/node.h
index 47c998530..7874b8692 100644
--- a/mesh/node.h
+++ b/mesh/node.h
@@ -49,10 +49,6 @@ const uint8_t *node_get_token(struct mesh_node *node);
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);
-bool node_add_binding(struct mesh_node *node, uint8_t ele_idx,
- uint32_t model_id, uint16_t app_idx);
-bool node_del_binding(struct mesh_node *node, uint8_t ele_idx,
- uint32_t model_id, uint16_t app_idx);
uint8_t node_default_ttl_get(struct mesh_node *node);
bool node_default_ttl_set(struct mesh_node *node, uint8_t ttl);
bool node_set_sequence_number(struct mesh_node *node, uint32_t seq);