File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -81,14 +81,15 @@ config BT_BAP_UNICAST_CLIENT_GROUP_COUNT
81
81
the unicast client.
82
82
83
83
config BT_BAP_UNICAST_CLIENT_GROUP_STREAM_COUNT
84
- int "Basic Audio Unicast Group Stream count"
84
+ int "Basic Audio Profile Unicast Group Connected Isochronous Stream (CIS) count"
85
85
depends on BT_BAP_UNICAST_CLIENT_GROUP_COUNT > 0
86
86
default 1
87
87
range 1 BT_ISO_MAX_CHAN if BT_ISO_MAX_CHAN < 31
88
88
range 1 31
89
89
help
90
- This option sets the maximum number of streams per unicast group
91
- to support.
90
+ This option sets the maximum number of CIS per unicast group to support.
91
+ Since BAP streams are unidirectional, two BAP streams may use a single CIS, the number of
92
+ BAP audio streams per group may be up to twice of this value.
92
93
93
94
config BT_BAP_UNICAST_CLIENT_PAC_COUNT
94
95
int "Basic Audio Profile PAC count"
You can’t perform that action at this time.
0 commit comments