Searched refs:MAX_PACKET_ID (Results 1 – 2 of 2) sorted by relevance
49 #define MAX_PACKET_ID 65535 /* according to the MQTT specification - do not change! */ macro
30 return c->next_packetid = (c->next_packetid == MAX_PACKET_ID) ? 1 : c->next_packetid + 1; in getNextPacketId()
Completed in 4 milliseconds