: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 ifs and menus.)* Default ======= - 15 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig:156`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:240`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. parsed-literal:: config BT_CTLR_MESH_SF_PATTERNS int "Number of Mesh scan filter patterns" range 1 15 default 15 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*