Add the base code for gtest verification
[platform/core/connectivity/bluetooth-agent.git] / hid-agent / bluetooth-hid-manager.h
index 9f76b5d..e4b09d7 100644 (file)
 #ifndef __DEF_BT_HID_MANAGER_H_
 #define __DEF_BT_HID_MANAGER_H_
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 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);
 const GSList* _bt_hid_get_sender_list(void);
 
+#ifdef __cplusplus
+}
+#endif
 #endif /* __DEF_BT_HID_MANAGER_H_ */