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