Mesh: Handle mesh application termination event
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / services / include / bt-service-mesh-main.h
index 33ec0d1..ef6b9da 100644 (file)
 extern "C" {
 #endif
 
-int _bt_mesh_init(void);
+int _bt_mesh_init(const char *sender);
 
-int _bt_mesh_deinit(void);
+int _bt_mesh_deinit(const char *sender);
+
+void _bt_mesh_handle_app_termination(const char *sender);
 
 #ifdef __cplusplus
 }