@@ -37,7 +37,7 @@ config BT_LLL_VENDOR_NORDIC
3737 select BT_CTLR_CTEINLINE_SUPPORT if HAS_HW_NRF_RADIO_DFE
3838 select BT_CTLR_CHAN_SEL_2_SUPPORT
3939 select BT_CTLR_MIN_USED_CHAN_SUPPORT
40- select BT_CTLR_SCA_UPDATE_SUPPORT if !BT_LL_SW_LLCP_LEGACY
40+ select BT_CTLR_SCA_UPDATE_SUPPORT
4141 select BT_CTLR_DTM_HCI_SUPPORT
4242 select BT_CTLR_CONN_RSSI_SUPPORT
4343
@@ -85,27 +85,6 @@ config BT_CTLR_TIFS_HW_SUPPORT
8585config BT_CTLR_ULL_LLL_PRIO_SUPPORT
8686 bool
8787
88- choice BT_LL_SW_LLCP_IMPL
89- prompt "Bluetooth Low Energy Software Link Layer Control Procedure Implementation"
90- default BT_LL_SW_LLCP
91- help
92- Select the Bluetooth Low Energy Software Link Layer Control Procedure implementation.
93-
94- config BT_LL_SW_LLCP_LEGACY
95- bool "Legacy implementation (DEPRECATED)"
96- depends on !BT_CTLR_DF_CONN_CTE_RX && !BT_CTLR_DF_CONN_CTE_TX
97- select DEPRECATED
98- help
99- Use the Bluetooth Low Energy Software Link Layer Legacy Control Procedure implementation.
100-
101- config BT_LL_SW_LLCP
102- bool "State-machine based implementation, replacing the legacy one"
103- help
104- Use the new Bluetooth Low Energy Software Link Layer Control Procedure implementation.
105-
106- endchoice
107-
108-
10988config BT_CTLR_RX_PRIO_STACK_SIZE
11089 # Controller's Co-Operative high priority Rx thread stack size.
11190 int "High priority Rx thread stack size"
@@ -622,7 +601,6 @@ config BT_CTLR_LLCP_CONN
622601 more than this number of connections simultaneously may cause
623602 instabilities.
624603
625- if !BT_LL_SW_LLCP_LEGACY
626604config BT_CTLR_LLCP_TX_PER_CONN_TX_CTRL_BUF_NUM_MAX
627605 int
628606 default 4
@@ -674,23 +652,12 @@ config BT_CTLR_LLCP_REMOTE_PROC_CTX_BUF_NUM
674652 for handling remote initiated control procedures.
675653 This pool is shared across all connections, with allocation through a queue.
676654
677- endif #!BT_LL_SW_LLCP_LEGACY
678-
679-
680655config BT_CTLR_LLID_DATA_START_EMPTY
681656 bool "Handle zero length L2CAP start frame"
682657 default y if BT_HCI_RAW
683658 help
684659 Handle zero length L2CAP start frame.
685660
686- config BT_CTLR_RX_ENQUEUE_HOLD
687- bool "Procedure Complete after on-air instant"
688- depends on BT_LL_SW_LLCP_LEGACY
689- default y if BT_HCI_RAW
690- help
691- Hold enqueue of Procedure Complete events with instant until after the
692- on-air instant is reached.
693-
694661config BT_CTLR_TX_RETRY_DISABLE
695662 bool "Disable Tx Retry"
696663 help
0 commit comments