Skip to content

Commit 3872e96

Browse files
committed
Bluetooth: Controller: Remove experimental from parallel scan+init
The configuration BT_CTLR_SDC_ALLOW_PARALLEL_SCANNING_AND_INITIATING is no longer experimental. Because there is now also a corresponding host configuration (BT_SCAN_AND_INITIATE_IN_PARALLEL), we make the default value inherit from that one. A release note entry will be added in a separate commit, referencing a new sample application using this feature. Signed-off-by: Rubin Gerritsen <[email protected]>
1 parent eaa215e commit 3872e96

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,12 @@ config BT_CTLR_SDC_QOS_CHANNEL_SURVEY
129129

130130
config BT_CTLR_SDC_ALLOW_PARALLEL_SCANNING_AND_INITIATING
131131
bool "Allow scanning and initiating at the same time"
132-
select EXPERIMENTAL
133132
depends on BT_CENTRAL
133+
default BT_SCAN_AND_INITIATE_IN_PARALLEL
134134
help
135-
Enables support for scanning and initiating at the same time
135+
Enables support for scanning and initiating at the same time.
136+
This feature can be used to reduce the time needed to connect
137+
to many devices.
136138

137139
config BT_CTLR_SDC_PERIPHERAL_COUNT
138140
int "Number of concurrent peripheral roles"

0 commit comments

Comments
 (0)