:orphan: .. title:: CONFIG_BT_AUDIO_BROADCAST_SUBGROUP_COUNT .. kconfig:: CONFIG_BT_AUDIO_BROADCAST_SUBGROUP_COUNT CONFIG_BT_AUDIO_BROADCAST_SUBGROUP_COUNT ######################################## *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== \ :kconfig:`BT_AUDIO_BROADCAST_SINK ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/audio/Kconfig.baps:162`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` → ``/bluetooth/audio/Kconfig:28`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] → Bluetooth Broadcast Sink Audio Support [EXPERIMENTAL] .. code-block:: kconfig config BT_AUDIO_BROADCAST_SUBGROUP_COUNT int default 1 depends on BT_AUDIO_BROADCAST_SINK && BT_AUDIO && BT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*