The latest development version of this page may be more current than this released 1.14.1 version.
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 if’s and menus.)

Defaults

Symbols that select this symbol

Kconfig definition

At subsys/bluetooth/Kconfig:74

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8

Menu path: (top menu) → Bluetooth → Broadcaster

config BT_BROADCASTER
    bool
    prompt "Broadcaster Role support" if BT_HCI && BT && !BT_PERIPHERAL
    default "y" if !BT_OBSERVER && BT_HCI && BT
    depends on BT_HCI && BT
    help
      Select this for LE Broadcaster role support.

(Definitions include propagated dependencies, including from if’s and menus.)