From: DoHyun Pyun Date: Wed, 16 Oct 2019 05:57:17 +0000 (+0900) Subject: [ITC][bluetooth][Non-ACR][Add the delay for stopping LE scan] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F02%2F215802%2F1;p=test%2Ftct%2Fnative%2Fapi.git [ITC][bluetooth][Non-ACR][Add the delay for stopping LE scan] Change-Id: I02531a2cf1406994732449ed34d39f515cc3f69e --- diff --git a/src/itc/bluetooth/ITs-bluetooth-le-adapter.c b/src/itc/bluetooth/ITs-bluetooth-le-adapter.c index 3c2c4f85f..f7875f2cd 100755 --- a/src/itc/bluetooth/ITs-bluetooth-le-adapter.c +++ b/src/itc/bluetooth/ITs-bluetooth-le-adapter.c @@ -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; }