Support multiple registration for HID device
[platform/core/connectivity/bluetooth-agent.git] / hid-agent / bluetooth-hid-agent.h
index 9a24cb3..8552031 100644 (file)
@@ -158,10 +158,6 @@ struct sockaddr_remote {
        uint8_t         channel;
 };
 
-void _bt_hid_set_profile_state(bt_hid_state_t new_state);
-bt_hid_agent_error_t _bt_hid_register_application(gboolean register_flag,
-               const char *sender_name);
-
-bt_hid_agent_error_t __bt_hid_disconnect_profile(void);
+bt_hid_agent_error_t _bt_hid_disconnect_profile(void);
 
 #endif /* __DEF_BT_HID_AGENT_H_ */