Mesh: Add Node Reset API in FRWK
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / services / include / bt-service-mesh-network.h
index 341964f..4300455 100644 (file)
@@ -40,6 +40,8 @@ int _bt_mesh_network_destroy(const char *app_cred,
 
 int _bt_mesh_network_remove_net_configuration(bluetooth_mesh_network_t *net);
 
+int _bt_mesh_network_remove_node_configuration(bluetooth_mesh_node_info_t *node);
+
 int _bt_mesh_network_create_cdb(int result,
                const char *sender, const char *app_creds,
                        uint8_t uuid[16], uint8_t token[8],