Skip to content

Commit b93a616

Browse files
committed
[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 c9113a8 commit b93a616

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/releases/release-notes-4.2.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ New APIs and options
6363
like you need to add more details, add them in the API documentation code
6464
instead.
6565
66+
* Bluetooth
67+
68+
* Host
69+
70+
* LE Connection Subrating is no longer experimental.
71+
6672
New Boards
6773
**********
6874

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)