Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/mqtt/impl/
A Diotx_mqtt_config.h46 #define IOTX_MC_RECONNECT_INTERVAL_MAX_MS (30000) macro
A Diotx_mqtt_client.c1808 if (IOTX_MC_RECONNECT_INTERVAL_MAX_MS > in iotx_mc_handle_reconnect()
1813 IOTX_MC_RECONNECT_INTERVAL_MAX_MS; in iotx_mc_handle_reconnect()
1820 if (IOTX_MC_RECONNECT_INTERVAL_MAX_MS < interval_ms) { in iotx_mc_handle_reconnect()
1821 interval_ms = IOTX_MC_RECONNECT_INTERVAL_MAX_MS; in iotx_mc_handle_reconnect()

Completed in 7 milliseconds