Add an application that uses Direction Finding API for reception and sampling of CTE in connectionless mode (periodic adverising PDUs). Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_CTLR=y
|
|
CONFIG_BT_LL_SW_SPLIT=y
|
|
CONFIG_BT_DEVICE_NAME="DF Connectionless Locator App"
|
|
|
|
CONFIG_BT_EXT_ADV=y
|
|
CONFIG_BT_PER_ADV_SYNC=y
|
|
CONFIG_BT_OBSERVER=y
|
|
|
|
# Enable Direction Finding Feature including AoA and AoD
|
|
CONFIG_BT_DF=y
|
|
CONFIG_BT_DF_CONNECTIONLESS_CTE_RX=y
|