Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/releases/release-notes-4.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ New APIs and options
like you need to add more details, add them in the API documentation code
instead.

* Bluetooth

* Host

* LE Connection Subrating is no longer experimental.

New Boards
**********

Expand Down
3 changes: 1 addition & 2 deletions subsys/bluetooth/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ config BT_PATH_LOSS_MONITORING
Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.32.

config BT_SUBRATING
bool "LE Connection Subrating [EXPERIMENTAL]"
select EXPERIMENTAL
bool "LE Connection Subrating"
depends on !HAS_BT_CTLR || BT_CTLR_SUBRATING_SUPPORT
help
Enable support for LE Connection Subrating feature that is defined in the
Expand Down
Loading