:orphan: .. title:: CONFIG_BT_ISO_BROADCAST .. kconfig:: CONFIG_BT_ISO_BROADCAST CONFIG_BT_ISO_BROADCAST ####################### *Bluetooth Isochronous Channel Broadcast Support [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none This option enables support for Bluetooth Broadcast Isochronous channels. Direct dependencies =================== \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`BT_ISO ` - \ :kconfig:`BT_EXT_ADV ` - \ :kconfig:`BT_PER_ADV ` - \ :kconfig:`BT_PER_ADV_SYNC ` Symbols that select this symbol =============================== - \ :kconfig:`BT_AUDIO_BROADCAST ` Kconfig definition ================== At ``/bluetooth/Kconfig.iso:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:172`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_ISO_BROADCAST bool "Bluetooth Isochronous Channel Broadcast Support [EXPERIMENTAL]" select BT_ISO select BT_EXT_ADV select BT_PER_ADV select BT_PER_ADV_SYNC depends on BT_HCI && BT help This option enables support for Bluetooth Broadcast Isochronous channels. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*