summaryrefslogtreecommitdiff
path: root/mesh/node.h
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2020-06-19 14:26:53 -0700
committerBrian Gix <brian.gix@intel.com>2020-06-22 14:36:55 -0700
commitaf07ca6950c9fc988d256232878aea4699df1ca6 (patch)
tree8da8e97f12e3ed1cdcf689ddd320fb4ba0f485e1 /mesh/node.h
parent3391fb4a06613130273d3a416753e7f088b971e6 (diff)
downloadbluez-af07ca6950c9fc988d256232878aea4699df1ca6.tar.gz
mesh: Emit PropertiesChanged when IV Index changes
This adds emitting of PropertiesChanged signal whenever the mesh IV index is updated to indicate that the vlaues of "IvIndex" property has been modified.
Diffstat (limited to 'mesh/node.h')
-rw-r--r--mesh/node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesh/node.h b/mesh/node.h
index b8b2b1b49..6c4542a78 100644
--- a/mesh/node.h
+++ b/mesh/node.h
@@ -99,3 +99,4 @@ struct mesh_agent *node_get_agent(struct mesh_node *node);
const char *node_get_storage_dir(struct mesh_node *node);
bool node_load_from_storage(const char *storage_dir);
void node_finalize_new_node(struct mesh_node *node, struct mesh_io *io);
+void node_property_changed(struct mesh_node *node, const char *property);