CONFIG_BT_OBSERVER

Observer Role support

Type: bool

Help

Select this for LE Observer role support.

Direct dependencies

BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/bluetooth/Kconfig:81

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

Menu path: (top menu) → Bluetooth → Observer

config BT_OBSERVER
    bool
    prompt "Observer Role support" if BT_HCI && BT && !BT_CENTRAL
    depends on BT_HCI && BT
    help
      Select this for LE Observer role support.

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