:orphan: .. title:: CONFIG_BT_MESH_CRPL .. kconfig:: CONFIG_BT_MESH_CRPL CONFIG_BT_MESH_CRPL ################### *Maximum capacity of the replay protection list* Type: ``int`` Help ==== .. code-block:: none 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. Direct dependencies =================== \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:236`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:193`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support .. code-block:: kconfig config BT_MESH_CRPL int "Maximum capacity of the replay protection list" range 2 65535 default 10 depends on BT_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.)*