Bluetooth: Controller: Fix BT_LL_SW_LLCP_LEGACY compile error
Fix compile error building application with
BT_LL_SW_LLCP_LEGACY. Request Peer SCA command is not
supported in legacy control procedure implementation.
Relates to commit 76439d0ba4
("Bluetooth: controller:
integrating SCA procedure and adding HCI API").
Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
87e63247c9
commit
a1b4896efe
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ config BT_LLL_VENDOR_NORDIC
|
|||
select BT_CTLR_CTEINLINE_SUPPORT if HAS_HW_NRF_RADIO_DFE
|
||||
select BT_CTLR_CHAN_SEL_2_SUPPORT
|
||||
select BT_CTLR_MIN_USED_CHAN_SUPPORT
|
||||
select BT_CTLR_SCA_UPDATE_SUPPORT
|
||||
select BT_CTLR_SCA_UPDATE_SUPPORT if !BT_LL_SW_LLCP_LEGACY
|
||||
select BT_CTLR_DTM_HCI_SUPPORT
|
||||
select BT_CTLR_CONN_RSSI_SUPPORT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue