Disable auto connect while calling bt_gatt_connect
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / bt_le_adapter / tizen / caleclient.c
index 7c5f6c8..dac20be 100755 (executable)
@@ -1170,11 +1170,8 @@ CAResult_t CALEGattConnect(const char *remoteAddress)
     oc_mutex_lock(g_LEClientConnectMutex);
     CAResult_t result = CA_STATUS_OK;
 
-#ifdef TIZEN_VD
-    int ret = bt_gatt_connect(remoteAddress, true);
-#else
     int ret = bt_gatt_connect(remoteAddress, false);
-#endif
+
     if (BT_ERROR_NONE != ret)
     {
         OIC_LOG_V(ERROR, TAG, "bt_gatt_connect Failed with ret value [%s] ",