Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mqtt/MQTTPacket/
A DMQTTFormat.c80 int MQTTStringFormat_ack(char* strbuf, int strbuflen, unsigned char packettype, unsigned char dup, … in MQTTStringFormat_ack() function
158 strindex = MQTTStringFormat_ack(strbuf, strbuflen, packettype, dup, packetid); in MQTTFormat_toClientString()
174 strindex = MQTTStringFormat_ack(strbuf, strbuflen, UNSUBACK, 0, packetid); in MQTTFormat_toClientString()
228 strindex = MQTTStringFormat_ack(strbuf, strbuflen, packettype, dup, packetid); in MQTTFormat_toServerString()
A DMQTTFormat.h28 int MQTTStringFormat_ack(char* strbuf, int strbuflen, unsigned char packettype, unsigned char dup, …

Completed in 4 milliseconds