Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_mqtt.h245 uint8_t disconnect_api_called; member
/AliOS-Things-master/components/linksdk/core/
A Daiot_mqtt_api.c2689 mqtt_handle->disconnect_api_called = 0; in _mqtt_connect_with_prop()
2755 mqtt_handle->disconnect_api_called = 1; in aiot_mqtt_disconnect()
3201 mqtt_handle->disconnect_api_called = 1; in aiot_mqtt_disconnect_with_prop()
3503 if (mqtt_handle->reconnect_params.enabled == 1 && mqtt_handle->disconnect_api_called == 0) { in aiot_mqtt_recv()
3521 if (mqtt_handle->reconnect_params.enabled == 1 && mqtt_handle->disconnect_api_called == 0) { in aiot_mqtt_recv()

Completed in 11 milliseconds