Searched refs:MQTT_NETWORK_DISCONNECT_EVENT (Results 1 – 1 of 1) sorted by relevance
47 #define MQTT_NETWORK_DISCONNECT_EVENT ((ULONG)0x00000020) macro2232 … tx_event_flags_set(&client_ptr -> nxd_mqtt_events, MQTT_NETWORK_DISCONNECT_EVENT, TX_OR); in _nxd_mqtt_packet_receive_process()2234 …oud_module_event_set(&(client_ptr -> nxd_mqtt_client_cloud_module), MQTT_NETWORK_DISCONNECT_EVENT); in _nxd_mqtt_packet_receive_process()2996 if (module_own_events & MQTT_NETWORK_DISCONNECT_EVENT) in _nxd_mqtt_client_event_process()3171 tx_event_flags_set(&client_ptr -> nxd_mqtt_events, MQTT_NETWORK_DISCONNECT_EVENT, TX_OR); in _mqtt_client_disconnect_callback()3173 …oud_module_event_set(&(client_ptr -> nxd_mqtt_client_cloud_module), MQTT_NETWORK_DISCONNECT_EVENT); in _mqtt_client_disconnect_callback()