-
CONFIG_BT_SCAN_BLOCKLIST
¶
Scanning device blocklist
Type: bool
Help¶
Scanning device blocklist. Scanning module ignores any devices which are on this list.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <nRF>/subsys/bluetooth/Kconfig.scan:142
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:10
→ <nRF>/subsys/bluetooth/Kconfig:27
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → Scan library
config BT_SCAN_BLOCKLIST bool "Scanning device blocklist" depends onBT_SCAN
&&BT
help Scanning device blocklist. Scanning module ignores any devices which are on this list.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)