Home
last modified time | relevance | path

Searched refs:pack_uint8 (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/subsys/net/lib/mqtt/
Dmqtt_encoder.c46 static int pack_uint8(uint8_t val, struct buf_ctx *buf) in pack_uint8() function
206 (void)pack_uint8(message_type, buf); in mqtt_encode_fixed_header()
299 err_code = pack_uint8(client->protocol_version, buf); in connect_request_encode()
309 err_code = pack_uint8(0, buf); in connect_request_encode()
511 err_code = pack_uint8(param->list[i].qos, buf); in subscribe_encode()