-
CONFIG_BT_MESH_CRPL
¶
Maximum capacity of the replay protection list
Type: int
Help¶
This options specifies the maximum capacity of the replay protection list. This option is similar to the network message cache size, but has a different purpose.
Default¶
10
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/mesh/Kconfig:200
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:258
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support [EXPERIMENTAL]
config BT_MESH_CRPL int "Maximum capacity of the replay protection list" range 2 65535 default 10 depends onBT_MESH
&&BT
help This options specifies the maximum capacity of the replay protection list. This option is similar to the network message cache size, but has a different purpose.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)