Mesh: Handle mesh application termination event
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / services / include / bt-service-mesh-network.h
index 795700d..148f648 100644 (file)
@@ -40,6 +40,8 @@ int _bt_mesh_network_create(const char *app_key,
 int _bt_mesh_network_destroy(const char *app_cred,
                const char *sender, bluetooth_mesh_network_t *network);
 
+void _bt_check_mesh_app_termination(const char *name);
+
 int _bt_mesh_network_remove_net_configuration(bluetooth_mesh_network_t *net);
 
 void _bt_mesh_network_unload_net_configuration(_bt_mesh_cdb_t *cdb_cfg);