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:
parent
23e45c937a
commit
9efa22940c
3 changed files with 13 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue