Bluetooth: Audio: Add broadcast source subgroup count Kconfig

Add a (initally hidden) Kconfig option for broadcast source
used to determine the size of the advertisable BASE.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2022-03-17 19:53:53 +01:00 committed by Carles Cufí
commit 9efa22940c
3 changed files with 13 additions and 8 deletions

View file

@ -123,6 +123,10 @@ config BT_AUDIO_BROADCAST_SOURCE
Isochronous channels.
if BT_AUDIO_BROADCAST_SOURCE
config BT_AUDIO_BROADCAST_SRC_SUBGROUP_COUNT
int # hidden: TODO: Update once the API supports it
default 1
config BT_AUDIO_BROADCAST_SRC_COUNT
int "Basic Audio Broadcaster source count"
default 1
@ -153,7 +157,7 @@ config BT_AUDIO_BROADCAST_SINK
if BT_AUDIO_BROADCAST_SINK
config BT_AUDIO_BROADCAST_SUBGROUP_COUNT
config BT_AUDIO_BROADCAST_SNK_SUBGROUP_COUNT
int # hidden: TODO: Update once the API supports it
default 1