Use the local state for battery monitor state
[platform/core/connectivity/bluetooth-frwk.git] / bt-api / include / bt-common.h
index f3019a5..c74baaf 100644 (file)
@@ -408,6 +408,12 @@ void _bt_rfcomm_client_disconnect_all(void);
 gboolean _check_uuid_path(char *path, char *uuid);
 #endif
 
+void _bt_rfcomm_server_reset_timer(void);
+
+void _bt_rfcomm_client_reset_timer(void);
+
+void _bt_reset_battery_monitor_info(void);
+
 int _bt_hid_device_get_fd(const char *address, int *ctrl, int *intr);
 
 int _bt_hid_new_connection(bluetooth_device_address_t *addr,
@@ -420,6 +426,7 @@ int _bt_get_error_value_from_message(const char *error_message);
 void _bt_hdp_app_remove_obj_info(unsigned int channe_id);
 int _bt_hdp_app_acquire_fd(bt_hdp_connected_t *conn_info);
 
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */