Home
last modified time | relevance | path

Searched defs:mqtt_client_s (Results 1 – 1 of 1) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dmqtt_priv.h70 struct mqtt_client_s struct
73 u16_t cyclic_tick;
74 u16_t keep_alive;
75 u16_t server_watchdog;
77 u16_t pkt_id_seq;
79 u16_t inpub_pkt_id;
81 u8_t conn_state;
82 struct altcp_pcb *conn;
84 void *connect_arg;
85 mqtt_connection_cb_t connect_cb;
[all …]