zephyr/samples/bluetooth/direction_finding_connectionless_tx/prj.conf

11 lines
240 B
Plaintext
Raw Permalink Normal View History

CONFIG_BT=y
CONFIG_BT_DEVICE_NAME="DF Connectionless Beacon App"
CONFIG_BT_EXT_ADV=y
CONFIG_BT_PER_ADV=y
CONFIG_BT_BROADCASTER=y
# Enable Direction Finding Feature including AoA and AoD
CONFIG_BT_DF=y
CONFIG_BT_DF_CONNECTIONLESS_CTE_TX=y