@@ -583,25 +583,41 @@ config BT_CTLR_SDC_CIS_SUBEVENT_LENGTH_US
583
583
config BT_CTLR_CHANNEL_SOUNDING
584
584
bool "Channel Sounding support [EXPERIMENTAL]"
585
585
select EXPERIMENTAL
586
+ help
587
+ Enable Channel Sounding support.
586
588
587
589
config BT_CTLR_SDC_CS_COUNT
588
590
int "Number of concurrent connections supporting CS procedure [EXPERIMENTAL]"
589
591
default 1
592
+ range 1 BT_MAX_CONN
590
593
depends on BT_CTLR_CHANNEL_SOUNDING
591
594
help
592
- Set the number of concurrent connections that can support Channel Sounding procedure.
595
+ Set the number of concurrent connections that can support Channel Sounding.
596
+ Needs to be equal to or less than BT_MAX_CONN.
593
597
594
598
config BT_CTLR_SDC_CS_MAX_ANTENNA_PATHS
595
599
int "Max number of Channel Sounding antenna paths supported by the controller [EXPERIMENTAL]"
596
600
default 1
597
601
range 1 4
598
602
depends on BT_CTLR_CHANNEL_SOUNDING
603
+ help
604
+ Sets the max number of antenna paths the controller supports.
605
+ The number of antenna paths used during channel sounding
606
+ depends on the tone antenna configuration index selected in the procedure parameters.
607
+ For instance, an A2_B2 configuration requires four antenna paths.
608
+ Reducing the value of this kconfig will reduce the RAM usage per CS context.
599
609
600
610
config BT_CTLR_SDC_CS_NUM_ANTENNAS
601
611
int "Number of antennas used in Channel Sounding procedure supported by the controller [EXPERIMENTAL]"
602
612
default 1
603
613
range 1 BT_CTLR_SDC_CS_MAX_ANTENNA_PATHS
604
614
depends on BT_CTLR_CHANNEL_SOUNDING
615
+ help
616
+ Configure the maximum number of antennas the local controller can support.
617
+ Must be equal to or less than BT_CTLR_SDC_CS_MAX_ANTENNA_PATHS.
618
+ This value also configures whether to use the antenna switching API or not.
619
+ When this value is not 1, the controller requires an antenna switching callback to function.
620
+ For more information see the Multiple antennas support documentation in SDC.
605
621
606
622
config BT_CTLR_SDC_CS_MULTIPLE_ANTENNA_SUPPORT
607
623
bool
@@ -612,8 +628,12 @@ config BT_CTLR_SDC_CS_MULTIPLE_ANTENNA_SUPPORT
612
628
Internal helper config. Not intended for use.
613
629
614
630
config BT_CTLR_SDC_CS_STEP_MODE3
615
- bool "Enable optional step mode-3 capability [EXPERIMENTAL]"
631
+ bool "Enable optional step mode-3 support [EXPERIMENTAL]"
616
632
depends on BT_CTLR_CHANNEL_SOUNDING
633
+ select EXPERIMENTAL
634
+ help
635
+ Enable optional step mode-3 support. Channel sounding will not automatically start using step mode-3 if this
636
+ config is set. To use step mode-3, modify the configuration which is created using the LE CS Create config command.
617
637
618
638
config BT_CTLR_SDC_LE_POWER_CLASS_1
619
639
bool "Device supports transmitting at LE Power Class 1 level"
0 commit comments