Skip to content

Commit e1c2c36

Browse files
Andries Kruithofcarlescufi
authored andcommitted
Bluetooth: controller: llcp: set refactored as default
Set the new refactored LLCP the default Signed-off-by: Andries Kruithof <[email protected]>
1 parent 5b0ff0b commit e1c2c36

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

subsys/bluetooth/controller/Kconfig.ll_sw_split

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ config BT_CTLR_ULL_LLL_PRIO_SUPPORT
7676

7777
choice BT_LL_SW_LLCP_IMPL
7878
prompt "Bluetooth Low Energy Software Link Layer Control Procedure Implementation"
79-
default BT_LL_SW_LLCP if BT_CTLR_DF_CONN_CTE_RX || BT_CTLR_DF_CONN_CTE_TX
80-
default BT_LL_SW_LLCP_LEGACY
79+
default BT_LL_SW_LLCP
8180
help
8281
Select the Bluetooth Low Energy Software Link Layer Control Procedure implementation.
8382

@@ -88,11 +87,10 @@ config BT_LL_SW_LLCP_LEGACY
8887
Use the Bluetooth Low Energy Software Link Layer Legacy Control Procedure implementation.
8988

9089
config BT_LL_SW_LLCP
91-
bool "New implementation, replacing the legacy one [EXPERIMENTAL]"
92-
select EXPERIMENTAL
90+
bool "State-machine based implementation, replacing the legacy one"
9391
help
9492
Use the new Bluetooth Low Energy Software Link Layer Control Procedure implementation.
95-
It is considered experimental because it is still under development and is not qualifiable yet.
93+
9694

9795
endchoice
9896

0 commit comments

Comments
 (0)