CONFIG_BT_SCAN_MANUFACTURER_DATA_CNT

Number of manufacturer data filters

Type: int

Help

Number of manufacturer data filters

Help

Number of manufacturer data 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:72

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

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

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

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