Skip to content

Commit 61559bf

Browse files
Thalleycarlescufi
authored andcommitted
Bluetooth: Audio: Explicit stream type of unicast client group stream
Make it more explicit that the streams that the value covers are CIS and not BAP streams. Signed-off-by: Emil Gydesen <[email protected]>
1 parent b525db2 commit 61559bf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

subsys/bluetooth/audio/Kconfig.bap

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,15 @@ config BT_BAP_UNICAST_CLIENT_GROUP_COUNT
8181
the unicast client.
8282

8383
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"
8585
depends on BT_BAP_UNICAST_CLIENT_GROUP_COUNT > 0
8686
default 1
8787
range 1 BT_ISO_MAX_CHAN if BT_ISO_MAX_CHAN < 31
8888
range 1 31
8989
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.
9293

9394
config BT_BAP_UNICAST_CLIENT_PAC_COUNT
9495
int "Basic Audio Profile PAC count"

0 commit comments

Comments
 (0)