Skip to content

Commit bb28025

Browse files
committed
bluetooth: controller: Update fsu, sci, efs configs and docs
We can now remove experimental from the fsu and efs configs. Also sci configs have been upmerged from zephyr so are no longer required. Update docs for efs, fsu and sci software maturity. Signed-off-by: Sean Madigan <[email protected]>
1 parent 6e531b5 commit bb28025

File tree

2 files changed

+67
-17
lines changed

2 files changed

+67
-17
lines changed

doc/nrf/releases_and_maturity/software_maturity.rst

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,27 @@ The following table indicates the software maturity levels of the support for ea
588588
- Supported
589589
- Supported
590590
- Supported
591+
* - **Shorter Connection Intervals**
592+
- Supported
593+
- Supported
594+
- Supported
595+
- Supported
596+
- Supported
597+
- Supported
598+
* - **Frame Space Update**
599+
- Supported
600+
- Supported
601+
- Supported
602+
- Supported
603+
- Supported
604+
- Supported
605+
* - **Extended Feature Set**
606+
- Supported
607+
- Supported
608+
- Supported
609+
- Supported
610+
- Supported
611+
- Supported
591612

592613
.. group-tab:: nRF53 Series
593614

@@ -627,6 +648,12 @@ The following table indicates the software maturity levels of the support for ea
627648
- Supported
628649
* - **L2CAP Connection Oriented Channels**
629650
- Supported
651+
* - **Shorter Connection Intervals**
652+
- Supported
653+
* - **Frame Space Update**
654+
- Supported
655+
* - **Extended Feature Set**
656+
- Supported
630657

631658
.. group-tab:: nRF54H Series
632659

@@ -666,6 +693,12 @@ The following table indicates the software maturity levels of the support for ea
666693
- Supported
667694
* - **L2CAP Connection Oriented Channels**
668695
- Supported
696+
* - **Shorter Connection Intervals**
697+
- Supported
698+
* - **Frame Space Update**
699+
- Supported
700+
* - **Extended Feature Set**
701+
- Supported
669702

670703
.. group-tab:: nRF54L Series
671704

@@ -769,6 +802,24 @@ The following table indicates the software maturity levels of the support for ea
769802
- Supported
770803
- Experimental
771804
- Experimental
805+
* - **Shorter Connection Intervals**
806+
- Supported
807+
- Supported
808+
- Supported
809+
- Experimental
810+
- Experimental
811+
* - **Frame Space Update**
812+
- Supported
813+
- Supported
814+
- Supported
815+
- Experimental
816+
- Experimental
817+
* - **Extended Feature Set**
818+
- Supported
819+
- Supported
820+
- Supported
821+
- Experimental
822+
- Experimental
772823

773824
.. group-tab:: nRF91 Series
774825

@@ -856,6 +907,21 @@ The following table indicates the software maturity levels of the support for ea
856907
- --
857908
- --
858909
- --
910+
* - **Shorter Connection Intervals**
911+
- --
912+
- --
913+
- --
914+
- --
915+
* - **Frame Space Update**
916+
- --
917+
- --
918+
- --
919+
- --
920+
* - **Extended Feature Set**
921+
- --
922+
- --
923+
- --
924+
- --
859925

860926
| [1]: Subject to RAM availability
861927
| [2]: Do not support encrypting and decrypting the Isochronous Channels packets

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -293,19 +293,6 @@ config BT_CTLR_DF_CONN_CTE_RSP
293293
config BT_CTLR_ADV_EXT_PDU_EXTRA_DATA_MEMORY
294294
bool
295295

296-
config BT_CTLR_SHORTER_CONNECTION_INTERVALS_SUPPORT
297-
bool
298-
299-
config BT_CTLR_SHORTER_CONNECTION_INTERVALS
300-
bool "Shorter Connection Intervals"
301-
depends on BT_CTLR_SHORTER_CONNECTION_INTERVALS_SUPPORT
302-
depends on BT_CTLR_EXTENDED_FEAT_SET
303-
depends on BT_CTLR_SUBRATING
304-
select BT_CTLR_SET_HOST_FEATURE
305-
help
306-
Enable support for Bluetooth 6.2 Shorter Connection Intervals
307-
in the controller.
308-
309296
choice BT_LL_SOFTDEVICE_VARIANT
310297
prompt "SoftDevice Controller variant"
311298
default BT_LL_SOFTDEVICE_MULTIROLE if ((BT_OBSERVER && BT_BROADCASTER) || \
@@ -549,9 +536,6 @@ config BT_CTLR_SDC_CIS_SUBEVENT_LENGTH_US
549536
If this parameter is set to zero, the subevent length
550537
is chosen by the controller.
551538

552-
config BT_CTLR_EXTENDED_FEAT_SET
553-
select EXPERIMENTAL
554-
555539
config BT_CTLR_SDC_EXTENDED_FEAT_MAX_REMOTE_PAGE
556540
int "Number of supported remote feature pages"
557541
depends on BT_CTLR_EXTENDED_FEAT_SET
@@ -565,7 +549,7 @@ config BT_CTLR_SDC_EXTENDED_FEAT_MAX_REMOTE_PAGE
565549
Each feature page requires approximately 24 bytes of RAM per link.
566550

567551
config BT_CTLR_FRAME_SPACE_UPDATE
568-
select EXPERIMENTAL
552+
depends on BT_CTLR_EXTENDED_FEAT_SET
569553

570554
config BT_CTLR_CHANNEL_SOUNDING
571555
bool "Channel Sounding support [EXPERIMENTAL for nRF54H20 radio core]"

0 commit comments

Comments
 (0)