Searched refs:CORE_MQTT_QOS0 (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/uagent/src/ |
A D | uagent_comm_mqtt.c | 71 rc = aiot_mqtt_sub(mqtt_client, mqtt_topic_dn , uagent_handler, CORE_MQTT_QOS0, NULL); in uagent_ext_comm_init() 80 … = aiot_mqtt_sub(mqtt_client, mqtt_topic_up_reply, uagent_up_reply_handler, CORE_MQTT_QOS0 , NULL); in uagent_ext_comm_init() 114 …iot_mqtt_pub(mqtt_client, mqtt_topic_up, data, len, conn_orient ? CORE_MQTT_QOS1 : CORE_MQTT_QOS0); in uagent_ext_comm_publish()
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_mqtt.h | 39 #define CORE_MQTT_QOS0 (0x00) macro
|
Completed in 4 milliseconds