-
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¶
3 if
BT_MESH_GATT_PROXY
1
Kconfig definition¶
At subsys/bluetooth/mesh/Kconfig:89
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:6
→ subsys/bluetooth/Kconfig:179
Menu path: (Top) → Bluetooth → Bluetooth Mesh support
config BT_MESH_PROXY_FILTER_SIZE int "Maximum number of filter entries per Proxy Client" range 1 32767 default 3 ifBT_MESH_GATT_PROXY
default 1 depends onBT_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.)