Skip to content

Commit 23efa5b

Browse files
Thomas-Deppenordicjm
authored andcommitted
Bluetooth: Controller: Add support for Advertising Coding Selection
Indicate that Advertising Coding Selection is supported. Now that both the controller and the host support the Advertising Coding Selection feature, the final step is to enable the BT_CTLR_ADV_EXT_CODING_SELECTION_SUPPORT kconfig so that this feature may be used. Signed-off-by: Thomas Deppe <[email protected]>
1 parent 0dd7cc7 commit 23efa5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ config BT_LL_SOFTDEVICE
3535
select BT_CTLR_ADV_ISO_SUPPORT
3636
select BT_CTLR_PHY_2M_SUPPORT if HAS_HW_NRF_RADIO_BLE_2M
3737
select BT_CTLR_PHY_CODED_SUPPORT if HAS_HW_NRF_RADIO_BLE_CODED
38+
select BT_CTLR_ADV_EXT_CODING_SELECTION_SUPPORT if BT_CTLR_PHY_CODED_SUPPORT
3839
select BT_CTLR_CHANNEL_SOUNDING_SUPPORT if HAS_HW_NRF_RADIO_CS
3940
select BT_HAS_HCI_VS
4041
select BT_CTLR_DF_SUPPORT if HAS_HW_NRF_RADIO_DFE

0 commit comments

Comments
 (0)