BT-Frwk: Fix Build Option Naming Rule.
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bt-service-device.c
index 792fd5f..42af25f 100644 (file)
@@ -183,7 +183,7 @@ done:
        BT_DBG("-");
 } */
 
-#ifdef TIZEN_WEARABLE
+#ifdef TIZEN_PROFILE_WEARABLE
 static gboolean __bt_syspopup_timer_cb(gpointer user_data)
 {
        int ret;
@@ -788,7 +788,7 @@ static void __bt_bond_device_cb(GDBusProxy *proxy, GAsyncResult *res,
                        result == BLUETOOTH_ERROR_AUTHENTICATION_FAILED ||
                        result == BLUETOOTH_ERROR_TIMEOUT ||
                        result == BLUETOOTH_ERROR_HOST_DOWN) {
-#ifdef TIZEN_WEARABLE
+#ifdef TIZEN_PROFILE_WEARABLE
                int is_sw_running = 0;
 
                if (vconf_get_int(VCONFKEY_SETUP_WIZARD_STATE, &is_sw_running))