-
CONFIG_BT_MESH_MSG_CACHE_SIZE
¶
Network message cache size
Type: int
Help¶
Number of messages that are cached for the network. This helps prevent unnecessary decryption operations and unnecessary relays. This option is similar to the replay protection list, but has a different purpose.
Default¶
10
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/mesh/Kconfig:209
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_MSG_CACHE_SIZE int "Network message cache size" range 2 65535 default 10 depends onBT_MESH
&&BT
help Number of messages that are cached for the network. This helps prevent unnecessary decryption operations and unnecessary relays. This option is similar to the replay protection list, but has a different purpose.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)