Searched refs:mqtt_output_append_u8 (Results 1 – 1 of 1) sorted by relevance
451 mqtt_output_append_u8(struct mqtt_ringbuf_t *rb, u8_t value) in mqtt_output_append_u8() function498 …mqtt_output_append_u8(rb, (((msg_type & 0x0f) << 4) | ((fdup & 1) << 3) | ((fqos & 3) << 1) | (fre… in mqtt_output_append_fixed_header()501 mqtt_output_append_u8(rb, (r_length & 0x7f) | (r_length >= 128 ? 0x80 : 0)); in mqtt_output_append_fixed_header()1226 mqtt_output_append_u8(&client->output, LWIP_MIN(qos, 2)); in mqtt_sub_unsub()1408 mqtt_output_append_u8(&client->output, 4); in mqtt_client_connect()1410 mqtt_output_append_u8(&client->output, flags); in mqtt_client_connect()