Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot.c47 static UINT nx_azure_iot_publish_packet_header_add(NX_PACKET* packet_ptr, UINT topic_len, UINT qos) in nx_azure_iot_publish_packet_header_add() argument
64 if (qos == NX_AZURE_IOT_MQTT_QOS_1) in nx_azure_iot_publish_packet_header_add()
354 UINT topic_len, UCHAR *packet_id, UINT qos, UINT wait_option) in nx_azure_iot_publish_mqtt_packet() argument
359 status = nx_azure_iot_publish_packet_header_add(packet_ptr, topic_len, qos); in nx_azure_iot_publish_mqtt_packet()
366 if (qos != 0) in nx_azure_iot_publish_mqtt_packet()
373 id, qos, wait_option); in nx_azure_iot_publish_mqtt_packet()
Dnx_azure_iot.h303 UINT topic_len, UCHAR *packet_id, UINT qos, UINT wait_option);