diff --git a/doc/releases/release-notes-4.2.rst b/doc/releases/release-notes-4.2.rst index 08b9bac3709..9d69059ae68 100644 --- a/doc/releases/release-notes-4.2.rst +++ b/doc/releases/release-notes-4.2.rst @@ -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 ********** diff --git a/subsys/bluetooth/Kconfig b/subsys/bluetooth/Kconfig index 1665059ce33..93c867547a0 100644 --- a/subsys/bluetooth/Kconfig +++ b/subsys/bluetooth/Kconfig @@ -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