Add privacy configuration to init test for both central and peripheral roles with or without extended advertising. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_CTLR=y
|
|
CONFIG_BT_BROADCASTER=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_OBSERVER=n
|
|
CONFIG_BT_CENTRAL=n
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_PRIVACY=y
|
|
CONFIG_BT_EXT_ADV=y
|
|
CONFIG_BT_CTLR_ADV_EXT=y
|
|
CONFIG_BT_LL_SW_SPLIT=y
|
|
CONFIG_ZTEST=y
|