Mesh: Add Node Reset API in FRWK
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / services / include / bt-service-mesh-config-client.h
index 0e8f21f..e534ba2 100644 (file)
@@ -41,6 +41,9 @@ int _bt_mesh_browse_remote_node(const char *app_cred,
                const char *sender,
                        bluetooth_mesh_node_discover_t *req);
 
+int _bt_mesh_network_reset_node(const char *app_cred, const char *sender,
+               bluetooth_mesh_node_info_t *node);
+
 bool _bt_mesh_check_pending_request(uint32_t opcode,
                uint16_t dest, uint8_t net_uuid[]);