diff --git a/examples/ota-provider-app/linux/include/CHIPProjectAppConfig.h b/examples/ota-provider-app/linux/include/CHIPProjectAppConfig.h index b6c15f4c98230e..d5a80499d4c94b 100644 --- a/examples/ota-provider-app/linux/include/CHIPProjectAppConfig.h +++ b/examples/ota-provider-app/linux/include/CHIPProjectAppConfig.h @@ -32,3 +32,16 @@ // Allows app options (ports) to be configured on launch of app #define CHIP_DEVICE_ENABLE_PORT_PARAMS 1 + +/** + * @def CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL + * + * @brief + * Active retransmit interval, or time to wait before retransmission after + * subsequent failures in milliseconds. + * + * This is the default value, that might be adjusted by end device depending on its + * needs (e.g. sleeping period) using Service Discovery TXT record CRA key. + * + */ +#define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32)