Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mqtt/MQTTClient-C/
A DMQTTClient.h49 #define MAX_PACKET_ID 65535 /* according to the MQTT specification - do not change! */ macro
A DMQTTClient.c30 return c->next_packetid = (c->next_packetid == MAX_PACKET_ID) ? 1 : c->next_packetid + 1; in getNextPacketId()

Completed in 4 milliseconds