CONFIG_BT_MESH_PROXY_FILTER_SIZE

Maximum number of filter entries per Proxy Client

Type: int

Help

This option specifies how many Proxy Filter entries the local node supports.

Direct dependencies

BT_MESH_PROXY && BT_CONN && BT_MESH && BT

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At <Zephyr>/subsys/bluetooth/mesh/Kconfig:137

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

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

config BT_MESH_PROXY_FILTER_SIZE
    int "Maximum number of filter entries per Proxy Client"
    range 1 32767
    default 3 if BT_MESH_GATT_PROXY
    default 1
    depends on BT_MESH_PROXY && BT_CONN && BT_MESH && BT
    help
      This option specifies how many Proxy Filter entries the local
      node supports.

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