Update the RFCOMM server connection information
[platform/core/connectivity/bluetooth-frwk.git] / bt-service-adaptation / services / include / bt-service-rfcomm.h
index 98ac5ed..0f4f9db 100644 (file)
@@ -33,6 +33,9 @@ extern "C" {
 int _bt_rfcomm_connect_using_uuid(bluetooth_device_address_t *device_address, char *remote_uuid);
 int _bt_rfcomm_connect_using_channel(bluetooth_device_address_t *device_address, char *chan_str);
 int _bt_rfcomm_socket_listen(char *svc_name, char *uuid, bool accept);
+int _bt_rfcomm_server_conn_added(char *svc_name, int client_fd);
+int _bt_rfcomm_server_conn_removed(char *svc_name, int client_fd);
+void _bt_rfcomm_server_check_termination(const char *name);
 
 #ifdef __cplusplus
 }