Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn.c90 #define T_RETRY_MSEC (CONFIG_MQTT_SN_LIB_T_RETRY * MSEC_PER_SEC) macro
598 next_attempt = pub->con.last_attempt + T_RETRY_MSEC; in process_pubs()
624 next_attempt = now + T_RETRY_MSEC; in process_pubs()
654 next_attempt = topic->con.last_attempt + T_RETRY_MSEC; in process_topics()
669 next_attempt = now + T_RETRY_MSEC; in process_topics()
680 next_attempt = now + T_RETRY_MSEC; in process_topics()
690 next_attempt = now + T_RETRY_MSEC; in process_topics()
718 next_ping = client->last_ping + T_RETRY_MSEC; in process_ping()
734 next_ping = now + T_RETRY_MSEC; in process_ping()