Searched refs:MQTTStringFormat_suback (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/mqtt/MQTTPacket/ |
A D | MQTTFormat.h | 31 int MQTTStringFormat_suback(char* strbuf, int strbuflen, unsigned short packetid, int count, int* g…
|
A D | MQTTFormat.c | 100 int MQTTStringFormat_suback(char* strbuf, int strbuflen, unsigned short packetid, int count, int* g… in MQTTStringFormat_suback() function 167 strindex = MQTTStringFormat_suback(strbuf, strbuflen, packetid, count, grantedQoSs); in MQTTFormat_toClientString()
|
Completed in 3 milliseconds