2021-12-15 20:13:23 +08:00
|
|
|
CONFIG_TEST=y
|
|
|
|
CONFIG_ZTEST=y
|
2022-07-11 18:15:00 +08:00
|
|
|
CONFIG_ZTEST_NEW_API=y
|
2021-12-15 20:13:23 +08:00
|
|
|
|
|
|
|
CONFIG_BT=y
|
|
|
|
# It does not matter for the test whether central or peripheral is used.
|
|
|
|
# Each of these roles selects BT_CONN.
|
|
|
|
CONFIG_BT_CENTRAL=y
|
|
|
|
|
|
|
|
CONFIG_BT_CTLR=y
|
|
|
|
CONFIG_BT_LL_SW_SPLIT=y
|
|
|
|
|
2022-05-04 14:26:17 +08:00
|
|
|
# Enable new implementation of LLCP
|
|
|
|
CONFIG_BT_LL_SW_LLCP=y
|
|
|
|
|
2021-12-15 20:13:23 +08:00
|
|
|
# Enable Direction Finding Feature including AoA and AoD
|
|
|
|
CONFIG_BT_DF=y
|
|
|
|
CONFIG_BT_CTLR_DF=y
|
|
|
|
|
|
|
|
# set antenna switch pattern to max allowed value
|
2022-05-16 17:53:51 +08:00
|
|
|
CONFIG_BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN=38
|