Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mqtt/MQTTClient-C/
A DMQTTClient.c415 Timer connect_timer; in MQTTConnectWithResults() local
426 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