Searched refs:FILLP_MIN_KEEP_ALIVE_TIMER (Results 1 – 2 of 2) sorted by relevance
371 #ifndef FILLP_MIN_KEEP_ALIVE_TIMER372 #define FILLP_MIN_KEEP_ALIVE_TIMER 100 // ms macro
137 if ((globalResource->timers.keepAliveTime < FILLP_MIN_KEEP_ALIVE_TIMER) || in FtAppValidateTimerParams()232 if ((timerValue < FILLP_MIN_KEEP_ALIVE_TIMER) || (timerValue > FILLP_MAX_KEEP_ALIVE_TIME)) { in FtAppSetKeepAliveTime()