Skip to content

Commit 2d8a006

Browse files
selissiakowsisoundhar12carol-applebzbarsky-appleDamian-Nordic
authored andcommitted
[OTA] Set MRP Active Retry interval for ota-provider-app on Linux (#20570)
* Test added march 8 (#15957) * Added new manual scripts * Added Auto generated File * [OTA] Fix OTARequestorDriverImpl inclusion (#15981) * Regen to fix CI failures (#15990) * [ota] Store Default OTA Providers in flash (#15970) * [ota] Store Default OTA Providers in flash Store Default OTA Providers in flash each time the attribute is modified and load it back on the application startup. * Restyled by clang-format * Fix build and reduce flash usage Co-authored-by: Restyled.io <commits@restyled.io> * Set MRP Active Retry interval in the Linux ota-provider-app config * Remove merge artifacts * Restyled by whitespace Co-authored-by: kowsisoundhar12 <57476670+kowsisoundhar12@users.noreply.github.com> Co-authored-by: Carol Yang <clyang@apple.com> Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> Co-authored-by: Damian Królik <66667989+Damian-Nordic@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 7037068 commit 2d8a006

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

examples/ota-provider-app/linux/include/CHIPProjectAppConfig.h

+13
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,16 @@
3232

3333
// Allows app options (ports) to be configured on launch of app
3434
#define CHIP_DEVICE_ENABLE_PORT_PARAMS 1
35+
36+
/**
37+
* @def CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL
38+
*
39+
* @brief
40+
* Active retransmit interval, or time to wait before retransmission after
41+
* subsequent failures in milliseconds.
42+
*
43+
* This is the default value, that might be adjusted by end device depending on its
44+
* needs (e.g. sleeping period) using Service Discovery TXT record CRA key.
45+
*
46+
*/
47+
#define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32)

0 commit comments

Comments
 (0)