CONFIG_BT_BROADCASTER

Broadcaster Role support

Type: bool

Help

Select this for LE Broadcaster role support.

Direct dependencies

BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

Symbols that select this symbol

Kconfig definition

At <Zephyr>/subsys/bluetooth/Kconfig:101

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:8

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Broadcaster

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.)