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.c97 #define T_RETRY_MSEC (CONFIG_MQTT_SN_LIB_T_RETRY * MSEC_PER_SEC) macro
657 next_attempt = pub->con.last_attempt + T_RETRY_MSEC; in process_pubs()
679 next_attempt = now + T_RETRY_MSEC; in process_pubs()
742 next_attempt = topic->con.last_attempt + T_RETRY_MSEC; in process_topics()
770 next_attempt = now + T_RETRY_MSEC; in process_topics()
790 next_attempt = now + T_RETRY_MSEC; in process_topics()
812 next_attempt = now + T_RETRY_MSEC; in process_topics()
849 next_ping = client->last_ping + T_RETRY_MSEC; in process_ping()
865 next_ping = now + T_RETRY_MSEC; in process_ping()