Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn.c92 #define T_KEEPALIVE_MSEC (CONFIG_MQTT_SN_KEEPALIVE * MSEC_PER_SEC) macro
716 next_ping = client->last_ping + T_KEEPALIVE_MSEC; in process_ping()