CONFIG_BT_CTLR_MESH_SF_PATTERNS

Number of Mesh scan filter patterns

Type: int

Help

Set the number of unique Mesh Scan Filter patterns available per Scan Filter 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

  • 15

Kconfig definition

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

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_SF_PATTERNS
    int "Number of Mesh scan filter patterns"
    range 1 15
    default 15
    depends on BT_HCI_MESH_EXT && BT_CTLR && BT_HCI && BT
    help
      Set the number of unique Mesh Scan Filter patterns available per
      Scan Filter as part of the Intel Mesh Vendor Specific Extensions.

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