CONFIG_BT_SCAN_BLOCKLIST

Scanning device blocklist

Type: bool

Help

Scanning device blocklist. Scanning module ignores any devices which are on this list.

Direct dependencies

BT_SCAN && BT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/subsys/bluetooth/Kconfig.scan:142

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:27

Menu path: (Top) → Modules → Nordic nRF Connect → Bluetooth Low Energy → Scan library

config BT_SCAN_BLOCKLIST
    bool "Scanning device blocklist"
    depends on BT_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.)