3.0 specific patch: fix build error
[platform/core/connectivity/bluetooth-frwk.git] / bt-core / include / bt-core-adapter.h
index 54b7fc7..57703dc 100644 (file)
 extern "C" {
 #endif
 
+#define CONNMAN_DBUS_NAME "net.connman"
+#define CONNMAN_BLUETOOTH_TECHNOLOGY_PATH "/net/connman/technology/bluetooth"
+#define CONNMAN_BLUETOTOH_TECHNOLOGY_INTERFACE "net.connman.Technology"
+
+#define BT_CORE_NAME "org.projectx.bt_core"
+#define BT_CORE_PATH "/org/projectx/bt_core"
+
+#define BT_CORE_TYPE (bt_core_get_type())
+
 typedef enum {
        BT_DEACTIVATED,
        BT_ACTIVATED,