CONFIG_BT_CTLR_ADV_INDICATION

Advertisement indications

Type: bool

Help

Generate events indicating on air advertisement events.

Direct dependencies

BT_LL_SW && 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:462

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

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

config BT_CTLR_ADV_INDICATION
    bool
    prompt "Advertisement indications" if BT_LL_SW && BT_CTLR && BT_HCI && BT && BT_CTLR_ADVANCED_FEATURES
    depends on BT_LL_SW && BT_CTLR && BT_HCI && BT
    help
      Generate events indicating on air advertisement events.

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