Fix for Tizen BLE build
authorVeeraj Khokale <veeraj.sk@samsung.com>
Tue, 27 Sep 2016 05:45:45 +0000 (11:15 +0530)
committerAshok Babu Channa <ashok.channa@samsung.com>
Tue, 27 Sep 2016 06:58:55 +0000 (06:58 +0000)
Changed CAWaitResult_t to OCWaitResult_t in tizen caleclient.c
to fix the build error.

Change-Id: I46881f5c0a496babae1bc5adcb05d630ac58024f
Signed-off-by: Veeraj Khokale <veeraj.sk@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/12259
Reviewed-by: Jaehong Jo <jaehong.jo@samsung.com>
Reviewed-by: Abhishek Sharma <ce.abhishek@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
resource/csdk/connectivity/src/bt_le_adapter/tizen/caleclient.c

index dc33e14..325e6ef 100644 (file)
@@ -448,7 +448,7 @@ void CAStartTimerThread(void *data)
         }
 
         // Timed conditional wait for stopping the scan.
-        CAWaitResult_t ret = oc_cond_wait_for(g_scanningTimeCond, g_multicastDataListMutex,
+        OCWaitResult_t ret = oc_cond_wait_for(g_scanningTimeCond, g_multicastDataListMutex,
                                               TIMEOUT);
         if (OC_WAIT_TIMEDOUT == ret)
         {