Searched refs:mqtt_transport_write (Results 1 – 3 of 3) sorted by relevance
66 int mqtt_transport_write(struct mqtt_client *client, const uint8_t *data, in mqtt_transport_write() function
83 int mqtt_transport_write(struct mqtt_client *client, const uint8_t *data,
92 err_code = mqtt_transport_write(client, packet.cur, in client_connect()135 err_code = mqtt_transport_write(client, data, datalen); in client_write()