1CONFIG_TEST=y 2CONFIG_ZTEST=y 3 4CONFIG_BT=y 5# It does not matter for the test whether central or peripheral is used. 6# Each of these roles selects BT_CONN. 7CONFIG_BT_CENTRAL=y 8 9# Enable Direction Finding Feature including AoA and AoD 10CONFIG_BT_DF=y 11CONFIG_BT_CTLR_DF=y 12 13# set antenna switch pattern to max allowed value 14CONFIG_BT_CTLR_DF_MAX_ANT_SW_PATTERN_LEN=38 15