CONFIG_BT_SCAN_NAME_CNT

Number of name filters

Type: int

Help

Number of name filters

Help

Number of name filters

Direct dependencies

(BT_SCAN_FILTER_ENABLE && BT_SCAN && BT) || (!BT_SCAN_FILTER_ENABLE && BT_SCAN && BT)

(Includes any dependencies from ifs and menus.)

Defaults

  • 0

  • 0

Kconfig definitions

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

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_NAME_CNT
    int "Number of name filters"
    default 0
    depends on BT_SCAN_FILTER_ENABLE && BT_SCAN && BT
    help
      Number of name filters

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

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_NAME_CNT
    int
    default 0
    depends on !BT_SCAN_FILTER_ENABLE && BT_SCAN && BT
    help
      Number of name filters

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