Migrate the unit tests at `bluetooth/ctrl_sw_privacy` to use the new ztest API. Signed-off-by: Tristan Honscheid <honscheid@google.com>
10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_CTLR=y
|
|
CONFIG_BT_LL_SW_SPLIT=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_BT_PRIVACY=y
|
|
CONFIG_BT_CTLR_SW_DEFERRED_PRIVACY=y
|