Searched refs:connect_timer (Results 1 – 1 of 1) sorted by relevance
415 Timer connect_timer; in MQTTConnectWithResults() local426 TimerInit(&connect_timer); in MQTTConnectWithResults()427 TimerCountdownMS(&connect_timer, c->command_timeout_ms); in MQTTConnectWithResults()437 if ((rc = sendPacket(c, len, &connect_timer)) != SUCCESS) // send the connect packet in MQTTConnectWithResults()441 if (waitfor(c, CONNACK, &connect_timer) == CONNACK) in MQTTConnectWithResults()
Completed in 4 milliseconds