Searched refs:MQTT_DEBUG_TRACE (Results 1 - 1 of 1) sorted by relevance
/third_party/lwip/src/apps/mqtt/ |
H A D | mqtt.c | 71 #define MQTT_DEBUG_TRACE (MQTT_DEBUG | LWIP_DBG_TRACE) macro 246 LWIP_DEBUGF(MQTT_DEBUG_TRACE, ("mqtt_output_send: tcp_sndbuf: %d bytes, ringbuf_linear_available: %d, get %d, put %d\n", in mqtt_output_send() 550 LWIP_DEBUGF(MQTT_DEBUG_TRACE, ("mqtt_close: Close err=%s\n", lwip_strerr(res))); in mqtt_close() 585 LWIP_DEBUGF(MQTT_DEBUG_TRACE, ("mqtt_cyclic_timer: CONNECT attempt to server timed out\n")); in mqtt_cyclic_timer() 607 LWIP_DEBUGF(MQTT_DEBUG_TRACE, ("mqtt_cyclic_timer: Sending keep-alive message to server\n")); in mqtt_cyclic_timer() 643 LWIP_DEBUGF(MQTT_DEBUG_TRACE, ("pub_ack_rec_rel_response: OOM creating response: %s with pkt_id: %d\n", in pub_ack_rec_rel_response() 695 LWIP_DEBUGF(MQTT_DEBUG_TRACE, ("mqtt_message_received: Connect response code %d\n", res)); in mqtt_message_received() 709 LWIP_DEBUGF(MQTT_DEBUG_TRACE, ( "mqtt_message_received: Received PINGRESP from server\n")); in mqtt_message_received() 762 LWIP_DEBUGF(MQTT_DEBUG_TRACE, ("mqtt_incomming_publish: Received message with QoS %d at topic: %s, payload length %"U32_F"\n", in mqtt_message_received() 782 LWIP_DEBUGF(MQTT_DEBUG_TRACE, ("mqtt_incomming_publis in mqtt_message_received() [all...] |
Completed in 2 milliseconds