1CONFIG_BT=y
2CONFIG_BT_DEVICE_NAME="DF Connectionless Locator App"
3
4CONFIG_BT_EXT_ADV=y
5CONFIG_BT_PER_ADV_SYNC=y
6CONFIG_BT_OBSERVER=y
7
8# Enable Direction Finding Feature including AoA and AoD
9CONFIG_BT_DF=y
10CONFIG_BT_DF_CONNECTIONLESS_CTE_RX=y
11