-
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:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:145
Menu path: (top menu) → Bluetooth → Advanced features
config BT_CTLR_SCAN_INDICATION bool prompt "Scanner indications" ifBT_OBSERVER
&&BT_CTLR
&&BT_HCI
&&BT
&&BT_CTLR_ADVANCED_FEATURES
depends onBT_OBSERVER
&&BT_CTLR
&&BT_HCI
&&BT
help Generate events indicating on air scanner events.
(Definitions include propagated dependencies, including from if’s and menus.)