https://github.sec.samsung.net/RS7-IOTIVITY/IoTivity/pull/812
(cherry-picked from
a714931da5f0f4a31e8d993b2c5972681138f953)
Change-Id: Ibe67b77ce8c9477f88a567774dc777eb8761da4c
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
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] ",