:orphan: .. title:: CONFIG_BT_BROADCASTER .. kconfig:: CONFIG_BT_BROADCASTER CONFIG_BT_BROADCASTER ##################### *Broadcaster Role support* Type: ``bool`` Help ==== .. code-block:: none Select this for LE Broadcaster role support. Direct dependencies =================== \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if !\ :kconfig:`BT_OBSERVER ` Symbols that select this symbol =============================== - \ :kconfig:`BT_PERIPHERAL ` Kconfig definition ================== At ``/bluetooth/Kconfig:102`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Broadcaster .. code-block:: kconfig config BT_BROADCASTER bool "Broadcaster Role support" if !BT_PERIPHERAL default y if !BT_OBSERVER depends on BT_HCI && BT help Select this for LE Broadcaster role support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*