The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BT_CTLR_SCAN_INDICATION

Scanner indications

Type: bool

Help

Generate events indicating on air scanner events.

Direct dependencies

BT_OBSERVER && BT_CTLR && BT_HCI && BT

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/bluetooth/controller/Kconfig:617

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

Menu path: (top menu) → Bluetooth → Advanced features

config BT_CTLR_SCAN_INDICATION
    bool
    prompt "Scanner indications" if BT_OBSERVER && BT_CTLR && BT_HCI && BT && BT_CTLR_ADVANCED_FEATURES
    depends on BT_OBSERVER && BT_CTLR && BT_HCI && BT
    help
      Generate events indicating on air scanner events.

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