:orphan: .. title:: CONFIG_BT_CTLR_MESH_SF_PATTERNS .. kconfig:: CONFIG_BT_CTLR_MESH_SF_PATTERNS CONFIG_BT_CTLR_MESH_SF_PATTERNS ############################### *Number of Mesh scan filter patterns* Type: ``int`` Help ==== .. code-block:: none Set the number of unique Mesh Scan Filter patterns available per Scan Filter as part of the Intel Mesh Vendor Specific Extensions. Direct dependencies =================== \ :kconfig:`BT_HCI_MESH_EXT ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 15 Kconfig definition ================== At ``/bluetooth/controller/Kconfig:167`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. code-block:: kconfig 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.)*