Searched refs:cm_param (Results 1 – 1 of 1) sorted by relevance
14 iotx_cm_init_param_t cm_param; in dm_client_open() local17 memset(&cm_param, 0, sizeof(iotx_cm_init_param_t)); in dm_client_open()19 cm_param.request_timeout_ms = IOTX_DM_CLIENT_REQUEST_TIMEOUT_MS; in dm_client_open()20 cm_param.keepalive_interval_ms = IOTX_DM_CLIENT_KEEPALIVE_INTERVAL_MS; in dm_client_open()21 cm_param.write_buf_size = CONFIG_MQTT_TX_MAXLEN; in dm_client_open()22 cm_param.read_buf_size = CONFIG_MQTT_RX_MAXLEN; in dm_client_open()24 cm_param.protocol_type = IOTX_CM_PROTOCOL_TYPE_COAP; in dm_client_open()26 cm_param.protocol_type = IOTX_CM_PROTOCOL_TYPE_MQTT; in dm_client_open()28 cm_param.handle_event = dm_client_event_handle; in dm_client_open()30 res = iotx_cm_open(&cm_param); in dm_client_open()
Completed in 2 milliseconds