:orphan: .. title:: CONFIG_BT_AUDIO_BROADCAST_SRC_COUNT .. kconfig:: CONFIG_BT_AUDIO_BROADCAST_SRC_COUNT CONFIG_BT_AUDIO_BROADCAST_SRC_COUNT ################################### *Basic Audio Broadcaster source count* Type: ``int`` Help ==== .. code-block:: none This option sets the number of broadcast sources to support. One broadcast source can send multiple streams (up to BT_AUDIO_BROADCAST_SRC_STREAM_COUNT per broadcast source). Direct dependencies =================== \ :kconfig:`BT_AUDIO_BROADCAST_SOURCE ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/audio/Kconfig.baps:132`` 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 Source Audio Support [EXPERIMENTAL] .. code-block:: kconfig config BT_AUDIO_BROADCAST_SRC_COUNT int "Basic Audio Broadcaster source count" range 0 BT_ISO_MAX_BIG default 1 depends on BT_AUDIO_BROADCAST_SOURCE && BT_AUDIO && BT help This option sets the number of broadcast sources to support. One broadcast source can send multiple streams (up to BT_AUDIO_BROADCAST_SRC_STREAM_COUNT per broadcast source). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*