CONFIG_BT_SCAN_FILTER_ENABLE

Enabling filters for the Scan library.

Type: bool

Help

Enabling filters for the Scan library.

Direct dependencies

BT_SCAN && BT

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<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_FILTER_ENABLE
    bool "Enabling filters for the Scan library."
    default n
    depends on BT_SCAN && BT
    help
      Enabling filters for the Scan library.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)