[bluetooth-frwk] API defines
[platform/core/connectivity/bluetooth-frwk.git] / bt-core / bt-core-main.c
index bdfdaee..e5e7197 100755 (executable)
@@ -108,7 +108,7 @@ static gboolean __bt_check_bt_core(void *data)
 
                /* Enable the BT */
                _bt_core_service_request_adapter(BT_ENABLE_ADAPTER);
-#ifndef USB_BLUETOOTH
+#ifndef TIZEN_FEATURE_BT_USB_DONGLE
                _bt_enable_adapter();
 #endif
        } else if (bt_status == VCONFKEY_BT_STATUS_OFF &&
@@ -125,7 +125,7 @@ static gboolean __bt_check_bt_core(void *data)
 
                /* Enable the BT LE */
                _bt_core_service_request_adapter(BT_ENABLE_ADAPTER_LE);
-#ifndef USB_BLUETOOTH
+#ifndef TIZEN_FEATURE_BT_USB_DONGLE
                _bt_enable_adapter_le();
 #endif
        } else {