Home
last modified time | relevance | path

Searched refs:new_retry_timeout (Results 1 – 1 of 1) sorted by relevance

/btstack/3rd-party/lwip/core/src/apps/sntp/
H A Dsntp.c383 u32_t new_retry_timeout; in sntp_retry() local
385 new_retry_timeout = sntp_retry_timeout << 1; in sntp_retry()
387 if ((new_retry_timeout <= SNTP_RETRY_TIMEOUT_MAX) && in sntp_retry()
388 (new_retry_timeout > sntp_retry_timeout)) { in sntp_retry()
389 sntp_retry_timeout = new_retry_timeout; in sntp_retry()