tests: Bluetooth: df: Enable refactored LLCPs for df conn test
There was missing kconfig option that enables refactored LLCPs. That caused build error in Direction Finding connection_cte_tx_params. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
parent
ccbe5a56e8
commit
fecc193630
|
@ -9,6 +9,9 @@ CONFIG_BT_CENTRAL=y
|
|||
CONFIG_BT_CTLR=y
|
||||
CONFIG_BT_LL_SW_SPLIT=y
|
||||
|
||||
# Enable new implementation of LLCP
|
||||
CONFIG_BT_LL_SW_LLCP=y
|
||||
|
||||
# Enable Direction Finding Feature including AoA and AoD
|
||||
CONFIG_BT_DF=y
|
||||
CONFIG_BT_CTLR_DF=y
|
||||
|
|
Loading…
Reference in a new issue