projects
/
test
/
tct
/
native
/
api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
451f73e
)
[ITC][bluetooth][Non-ACR][Add the delay for stopping LE scan]
02/215802/1
author
DoHyun Pyun
<dh79.pyun@samsung.com>
Wed, 16 Oct 2019 05:57:17 +0000
(14:57 +0900)
committer
DoHyun 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
patch
|
blob
|
history
diff --git
a/src/itc/bluetooth/ITs-bluetooth-le-adapter.c
b/src/itc/bluetooth/ITs-bluetooth-le-adapter.c
index 3c2c4f85f273a1f8053d34d50cc0b3c28a81d30c..f7875f2cd8280b147a2afc75024de2adfa283c20 100755
(executable)
--- 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;
}