Skip to content

Commit 7496e3f

Browse files
cvinayakcarlescufi
authored andcommitted
Bluetooth: Controller: Select CSA#2 for Extended Advertising Support
Select CONFIG_BT_CTLR_CHAN_SEL_2 when CONFIG_BT_CTLR_ADV_EXT is enabled. Relates to commit 651137e ("Bluetooth: Controller: Fix Extended Advertising channel use"). Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent c6ae4d5 commit 7496e3f

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
@@ -445,6 +445,7 @@ config BT_CTLR_CHAN_SEL_2
445445
config BT_CTLR_ADV_EXT
446446
bool "LE Advertising Extensions" if !BT_LL_SW_SPLIT
447447
depends on BT_CTLR_ADV_EXT_SUPPORT
448+
select BT_CTLR_CHAN_SEL_2 if BT_LL_SW_SPLIT && BT_BROADCASTER
448449
select BT_CTLR_SCAN_REQ_NOTIFY if BT_LL_SW_SPLIT && BT_BROADCASTER
449450
# Enable by default for BT_LL_SW_SPLIT when "LE Advertising Set Terminated event" is implemented
450451
default y if BT_EXT_ADV && !BT_LL_SW_SPLIT

0 commit comments

Comments
 (0)