This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
fc8b53bf10
zephyr
/
tests
/
bluetooth
/
adv
/
prj.conf
6 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: Bluetooth: Update AD Data as fast as possible Added tests to update AD data as fast as possible. This test shall exercise any race condition assert checks in the Zephyr BLE controller implementation. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2020-08-19 09:54:46 +08:00
CONFIG_BT=y
Bluetooth: Tests: Remove usage of `BT_DEBUG_LOG` Remove usage of Kconfig symbol `CONFIG_BT_DEBUG_LOG` from tests. It has been deprecated since this PR: https://github.com/zephyrproject-rtos/zephyr/pull/56183 The Kconfig symbols has been replaced by `CONFIG_LOG=y` on most of the cases. Or it has been removed when not needed anymore. Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
2023-06-07 14:10:39 +08:00
CONFIG_LOG=y
tests: Bluetooth: Update AD Data as fast as possible Added tests to update AD data as fast as possible. This test shall exercise any race condition assert checks in the Zephyr BLE controller implementation. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2020-08-19 09:54:46 +08:00
CONFIG_BT_DEVICE_NAME="Test Adv Data"
CONFIG_ASSERT=y
CONFIG_ZTEST=y