CONFIG_BT_CTLR_MESH_SCAN_FILTERS

Number of Mesh scan filters

Type: int

Help

Set the number of unique Mesh Scan Filters available as part of the Intel Mesh Vendor Specific Extensions.

Direct dependencies

BT_HCI_MESH_EXT && BT_CTLR && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At <Zephyr>/subsys/bluetooth/controller/Kconfig:146

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:8<Zephyr>/subsys/bluetooth/Kconfig:240

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller

config BT_CTLR_MESH_SCAN_FILTERS
    int "Number of Mesh scan filters"
    range 1 15
    default 1
    depends on BT_HCI_MESH_EXT && BT_CTLR && BT_HCI && BT
    help
      Set the number of unique Mesh Scan Filters available as part of
      the Intel Mesh Vendor Specific Extensions.

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