riscv64: Add RISC-V to supported architectures
[platform/core/connectivity/bluetooth-agent.git] / ag-agent / bluetooth-ag-agent.h
old mode 100755 (executable)
new mode 100644 (file)
index e0d60cf..c6b26b0
 #ifndef __DEF_BT_AG_AGENT_H_
 #define __DEF_BT_AG_AGENT_H_
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #undef LOG_TAG
 #define LOG_TAG "BLUETOOTH_AG_AGENT"
 
@@ -75,6 +79,8 @@
 #define TELEPHONY_APP_INTERFACE "org.tizen.csd.Call.Instance"
 #define BT_HEADSET_INTERFACE "org.bluez.Headset"
 #define BT_ADAPTER_INTERFACE   "org.bluez.Adapter1"
+#define BT_INTERFACES_ADDED "InterfacesAdded"
+#define BT_INTERFACES_REMOVED "InterfacesRemoved"
 #ifdef TIZEN_FEATURE_BT_MEDIA_ENHANCE
 #define BT_PROPERTIES_INTERFACE "org.freedesktop.DBus.Properties"
 #define BLUEZ_MEDIA_TRANSPORT_INTERFACE "org.bluez.MediaTransport1"
@@ -626,4 +632,7 @@ bt_hfp_agent_error_t _bt_ag_agent_vendor_cmd(const gchar *cmd,
 void _bt_ag_agent_check_transport_state(void);
 #endif
 
+#ifdef __cplusplus
+}
+#endif
 #endif /* __DEF_BT_AG_AGENT_H_ */