Bluetooth: controller: llcp: set refactored as default
Set the new refactored LLCP the default Signed-off-by: Andries Kruithof <andries.kruithof@nordicsemi.no>
This commit is contained in:
parent
5b0ff0b35b
commit
e1c2c36f56
1 changed files with 3 additions and 5 deletions
|
@ -76,8 +76,7 @@ config BT_CTLR_ULL_LLL_PRIO_SUPPORT
|
|||
|
||||
choice BT_LL_SW_LLCP_IMPL
|
||||
prompt "Bluetooth Low Energy Software Link Layer Control Procedure Implementation"
|
||||
default BT_LL_SW_LLCP if BT_CTLR_DF_CONN_CTE_RX || BT_CTLR_DF_CONN_CTE_TX
|
||||
default BT_LL_SW_LLCP_LEGACY
|
||||
default BT_LL_SW_LLCP
|
||||
help
|
||||
Select the Bluetooth Low Energy Software Link Layer Control Procedure implementation.
|
||||
|
||||
|
@ -88,11 +87,10 @@ config BT_LL_SW_LLCP_LEGACY
|
|||
Use the Bluetooth Low Energy Software Link Layer Legacy Control Procedure implementation.
|
||||
|
||||
config BT_LL_SW_LLCP
|
||||
bool "New implementation, replacing the legacy one [EXPERIMENTAL]"
|
||||
select EXPERIMENTAL
|
||||
bool "State-machine based implementation, replacing the legacy one"
|
||||
help
|
||||
Use the new Bluetooth Low Energy Software Link Layer Control Procedure implementation.
|
||||
It is considered experimental because it is still under development and is not qualifiable yet.
|
||||
|
||||
|
||||
endchoice
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue