[ITC][bluetooth][Non-ACR][Add the delay for stopping LE scan] 02/215802/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 16 Oct 2019 05:57:17 +0000 (14:57 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 16 Oct 2019 05:57:17 +0000 (14:57 +0900)
Change-Id: I02531a2cf1406994732449ed34d39f515cc3f69e

src/itc/bluetooth/ITs-bluetooth-le-adapter.c

index 3c2c4f85f273a1f8053d34d50cc0b3c28a81d30c..f7875f2cd8280b147a2afc75024de2adfa283c20 100755 (executable)
@@ -413,6 +413,7 @@ int ITc_bt_adapter_le_start_stop_scan_p(void)
 
        nRet =  bt_adapter_le_stop_scan();
        PRINT_RESULT(BT_ERROR_NONE, nRet, "bt_adapter_le_stop_scan", BluetoothGetError(nRet));
+       WAIT(SHORT_DELAY);
        return 0;
 }
 
@@ -460,6 +461,7 @@ int ITc_bt_adapter_le_get_scan_info_p(void)
 
        nRet =  bt_adapter_le_stop_scan();
        PRINT_RESULT(BT_ERROR_NONE, nRet, "bt_adapter_le_stop_scan", BluetoothGetError(nRet));
+       WAIT(SHORT_DELAY);
        return 0;
 }