Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_mqtt.c387 char reply_topic[ALCS_MQTT_TOPIC_MAX_LEN] = { 0 }; in __alcs_mqtt_subscribe_callback() local
425 reply_topic, ALCS_MQTT_TOPIC_MAX_LEN, in __alcs_mqtt_subscribe_callback()
428 __alcs_mqtt_send_response(reply_topic, atoi(reqid), 200, NULL); in __alcs_mqtt_subscribe_callback()
452 char reply_topic[ALCS_MQTT_TOPIC_MAX_LEN] = { 0 }; in __alcs_mqtt_subscribe_callback() local
467 reply_topic, ALCS_MQTT_TOPIC_MAX_LEN, in __alcs_mqtt_subscribe_callback()
471 __alcs_mqtt_send_response(reply_topic, atoi(reqid), 200, NULL); in __alcs_mqtt_subscribe_callback()

Completed in 3 milliseconds