Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c278 uint16_t retries_count; member
291 bo->retries_count = 0u; in backoff_context_init()
307 if (bo->retries_count <= bo->max_retries) { in backoff_get_next()
312 bo->retries_count++; in backoff_get_next()
327 while (bo.retries_count <= bo.max_retries) { in aws_client_try_connect()