Skip to content

Commit

Permalink
Bluetooth: Controller: Remove experimental from parallel scan+init
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rugeGerritsen committed Dec 3, 2024
1 parent eaa215e commit 3872e96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions subsys/bluetooth/controller/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,12 @@ config BT_CTLR_SDC_QOS_CHANNEL_SURVEY

config BT_CTLR_SDC_ALLOW_PARALLEL_SCANNING_AND_INITIATING
bool "Allow scanning and initiating at the same time"
select EXPERIMENTAL
depends on BT_CENTRAL
default BT_SCAN_AND_INITIATE_IN_PARALLEL
help
Enables support for scanning and initiating at the same time
Enables support for scanning and initiating at the same time.
This feature can be used to reduce the time needed to connect
to many devices.

config BT_CTLR_SDC_PERIPHERAL_COUNT
int "Number of concurrent peripheral roles"
Expand Down

0 comments on commit 3872e96

Please sign in to comment.