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 (#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 <marius.tache@nxp.com> * [NXP][platform][common] Add the _SetPollingInterval for Wi-Fi SIT ICDM function Signed-off-by: Chin-Ran Lo <nxf57500@lsv051039.swis.nl-cdc01.nxp.com> --------- Signed-off-by: marius-alex-tache <marius.tache@nxp.com> Signed-off-by: Chin-Ran Lo <nxf57500@lsv051039.swis.nl-cdc01.nxp.com> Co-authored-by: marius-alex-tache <marius.tache@nxp.com> Co-authored-by: Chin-Ran Lo <nxf57500@lsv051039.swis.nl-cdc01.nxp.com>
- Loading branch information