Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NXP] Add ICD _SetPollingInterval and set minimum ActiveModeThreshold…
… to 5 seconds (project-chip#33875) * [NXP][common] The minimum ActiveModeThreshold value for a LIT ICD is 5 seconds During initialization, the app would stuck in an assert if the app was configured as a LIT ICD: VerifyOrDieWithMsg(ICDConfigurationData::GetInstance().GetMinLitActiveModeThreshold() <= ICDConfigurationData::GetInstance().GetActiveModeThreshold(), AppServer, "The minimum ActiveModeThreshold value for a LIT ICD is 5 seconds."); Setting the default value of nxp_active_mode_threshold_ms to 5000ms fixes the issue. Signed-off-by: marius-alex-tache <[email protected]> * [NXP][platform][common] Add the _SetPollingInterval for Wi-Fi SIT ICDM function Signed-off-by: Chin-Ran Lo <[email protected]> --------- Signed-off-by: marius-alex-tache <[email protected]> Signed-off-by: Chin-Ran Lo <[email protected]> Co-authored-by: marius-alex-tache <[email protected]> Co-authored-by: Chin-Ran Lo <[email protected]>
- Loading branch information