Searched refs:grantedQoS (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/mqtt/MQTTClient-C/ |
A D | MQTTClient.h | 101 enum QoS grantedQoS; member
|
A D | MQTTClient.c | 545 data->grantedQoS = QOS0; in MQTTSubscribeWithResults() 546 …if (MQTTDeserialize_suback(&mypacketid, 1, &count, (int*)&data->grantedQoS, c->readbuf, c->readbuf… in MQTTSubscribeWithResults() 548 if (data->grantedQoS != 0x80) in MQTTSubscribeWithResults()
|
/AliOS-Things-master/components/linkkit/mqtt/impl/ |
A D | iotx_mqtt_client.c | 1108 int grantedQoS[MUTLI_SUBSCIRBE_MAX]; in iotx_mc_handle_recv_SUBACK() local 1116 grantedQoS, (unsigned char *)c->buf_read, in iotx_mc_handle_recv_SUBACK() 1129 mqtt_debug("%16s[%02d] : %d", "Granted QoS", i, grantedQoS[i]); in iotx_mc_handle_recv_SUBACK() 1135 if ((uint8_t)grantedQoS[j] == 0x80) { in iotx_mc_handle_recv_SUBACK()
|
Completed in 9 milliseconds