:orphan: .. title:: BT_CTLR_MESH_SF_PATTERNS .. option:: 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 =================== \ :option:`BT_HCI_MESH_EXT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 15 if \ :option:`BT_HCI_MESH_EXT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:100`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:39`` → ``subsys/Kconfig:8`` → ``subsys/bluetooth/Kconfig:145`` Menu path: (top menu) → Bluetooth → Bluetooth support → Bluetooth Controller .. parsed-literal:: config BT_CTLR_MESH_SF_PATTERNS int prompt "Number of Mesh scan filter patterns" if \ :option:`BT_HCI_MESH_EXT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` range 1 15 if \ :option:`BT_HCI_MESH_EXT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` default 15 if \ :option:`BT_HCI_MESH_EXT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` depends on \ :option:`BT_HCI_MESH_EXT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Set the number of unique Mesh Scan Filter patterns available per Scan Filter as part of the Intel Mesh Vendor Specific Extensions. *(Definitions include propagated dependencies, including from if's and menus.)*