Bluetooth: Audio: Add support for multiple subgroups for BAP broadcast sink
The broadcast sink supports multiple subgroups, but was not possible due to the Kconfig option. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
2a8f7188c6
commit
8dffa45e0c
1 changed files with 5 additions and 1 deletions
|
@ -162,8 +162,12 @@ config BT_AUDIO_BROADCAST_SINK
|
||||||
if BT_AUDIO_BROADCAST_SINK
|
if BT_AUDIO_BROADCAST_SINK
|
||||||
|
|
||||||
config BT_AUDIO_BROADCAST_SNK_SUBGROUP_COUNT
|
config BT_AUDIO_BROADCAST_SNK_SUBGROUP_COUNT
|
||||||
int # hidden: TODO: Update once the API supports it
|
int "Basic Audio Profile Broadcast Sink subgroup count"
|
||||||
default 1
|
default 1
|
||||||
|
range 1 BT_ISO_MAX_CHAN
|
||||||
|
help
|
||||||
|
This option sets the maximum number of subgroups per broadcast sink
|
||||||
|
to support.
|
||||||
|
|
||||||
config BT_AUDIO_BROADCAST_SNK_COUNT
|
config BT_AUDIO_BROADCAST_SNK_COUNT
|
||||||
int "Basic Audio Broadcaster Sink count"
|
int "Basic Audio Broadcaster Sink count"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue