Skip to content

Commit c8ceb3b

Browse files
weeTikenordicjm
authored andcommitted
[nrf fromtree] bluetooth: host: Remove experimental flag from LE Connection Subrating
The API has not changed since it was introduced so should no longer be considered experimental. Signed-off-by: Timothy Keys <[email protected]> (cherry picked from commit 7ef8116)
1 parent da53b57 commit c8ceb3b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/releases/release-notes-4.2.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ New APIs and options
6969

7070
* :c:func:`bt_le_get_local_features`
7171

72+
* LE Connection Subrating is no longer experimental.
73+
7274
New Boards
7375
**********
7476

subsys/bluetooth/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ config BT_PATH_LOSS_MONITORING
182182
Bluetooth Core specification, Version 5.4 | Vol 6, Part B, Section 4.6.32.
183183

184184
config BT_SUBRATING
185-
bool "LE Connection Subrating [EXPERIMENTAL]"
186-
select EXPERIMENTAL
185+
bool "LE Connection Subrating"
187186
depends on !HAS_BT_CTLR || BT_CTLR_SUBRATING_SUPPORT
188187
help
189188
Enable support for LE Connection Subrating feature that is defined in the

0 commit comments

Comments
 (0)