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:
Piotr Pryga 2022-05-04 08:26:17 +02:00 committed by Maureen Helm
parent ccbe5a56e8
commit fecc193630

View file

@ -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