zephyr/tests/bluetooth/init/prj_ctlr_observer.conf
Tristan Honscheid 074a46adb3 ztest API Migration: bluetooth/init
Migrate the unit tests at `bluetooth/init` to use the new ztest API.

Signed-off-by: Tristan Honscheid <honscheid@google.com>
2022-07-04 15:57:50 +02:00

12 lines
224 B
Plaintext

CONFIG_BT=y
CONFIG_BT_CTLR=y
CONFIG_BT_BROADCASTER=n
CONFIG_BT_PERIPHERAL=n
CONFIG_BT_OBSERVER=y
CONFIG_BT_CENTRAL=n
CONFIG_BT_EXT_ADV=n
CONFIG_BT_CTLR_ADV_EXT=n
CONFIG_BT_LL_SW_SPLIT=y
CONFIG_ZTEST=y
CONFIG_ZTEST_NEW_API=y