CONFIG_BT_SCAN_APPEARANCE_CNT

Number of appearance filters

Type: int

Help

Number of appearance filters

Help

Number of appearance 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:66

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

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

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

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