Mesh: Handle Multi-application init & deinit logic
[platform/core/connectivity/bluetooth-frwk.git] / include / bluetooth-mesh-api.h
index eaf5d58..f538a10 100644 (file)
@@ -258,9 +258,18 @@ int bluetooth_mesh_network_create(const char *net_name,
                        bluetooth_mesh_model_t **models,
                                bluetooth_mesh_network_t *network);
 
+
+/**
+ * Destroy Local Network Configuration
+ */
 int bluetooth_mesh_network_destroy(bluetooth_mesh_network_t *network);
 
 /**
+ * Unload Local network Configuration
+ */
+int bluetooth_mesh_network_unload(bluetooth_mesh_network_t *network);
+
+/**
  * Reset a remote Node & remove it from network
  */
 int bluetooth_mesh_node_reset(bluetooth_mesh_node_info_t *node);