Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/
A Diotx_cm_mqtt.c20 iotx_mqtt_param_t *mqtt_param = NULL; in iotx_cm_open_mqtt() local
35 if (mqtt_param == NULL) { in iotx_cm_open_mqtt()
40 memset(mqtt_param, 0, sizeof(iotx_mqtt_param_t)); in iotx_cm_open_mqtt()
41 mqtt_param->request_timeout_ms = params->request_timeout_ms; in iotx_cm_open_mqtt()
42 mqtt_param->clean_session = 0; in iotx_cm_open_mqtt()
44 mqtt_param->read_buf_size = params->read_buf_size; in iotx_cm_open_mqtt()
45 mqtt_param->write_buf_size = params->write_buf_size; in iotx_cm_open_mqtt()
48 mqtt_param->handle_event.pcontext = NULL; in iotx_cm_open_mqtt()
50 _mqtt_conncection->open_params = mqtt_param; in iotx_cm_open_mqtt()
64 if (mqtt_param != NULL) { in iotx_cm_open_mqtt()
[all …]

Completed in 3 milliseconds