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