Commit 8dffa45e authored by Emil Gydesen's avatar Emil Gydesen Committed by Fabio Baltieri
Browse files

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: default avatarEmil Gydesen <emil.gydesen@nordicsemi.no>
parent 2a8f7188
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -162,8 +162,12 @@ config BT_AUDIO_BROADCAST_SINK
if BT_AUDIO_BROADCAST_SINK

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
	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
	int "Basic Audio Broadcaster Sink count"