File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
subsys/bluetooth/controller Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,7 @@ config BT_CTLR_ULL_LLL_PRIO_SUPPORT
76
76
77
77
choice BT_LL_SW_LLCP_IMPL
78
78
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
81
80
help
82
81
Select the Bluetooth Low Energy Software Link Layer Control Procedure implementation.
83
82
@@ -88,11 +87,10 @@ config BT_LL_SW_LLCP_LEGACY
88
87
Use the Bluetooth Low Energy Software Link Layer Legacy Control Procedure implementation.
89
88
90
89
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"
93
91
help
94
92
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
+
96
94
97
95
endchoice
98
96
You can’t perform that action at this time.
0 commit comments