Searched refs:pack_utf8_str (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/subsys/net/lib/mqtt/ |
D | mqtt_encoder.c | 102 static int pack_utf8_str(const struct mqtt_utf8 *str, struct buf_ctx *buf) in pack_utf8_str() function 300 err_code = pack_utf8_str(mqtt_proto_desc, buf); in connect_request_encode() 329 err_code = pack_utf8_str(&client->client_id, buf); in connect_request_encode() 344 err_code = pack_utf8_str(&client->will_topic->topic, buf); in connect_request_encode() 353 err_code = pack_utf8_str(client->will_message, buf); in connect_request_encode() 373 err_code = pack_utf8_str(client->user_name, buf); in connect_request_encode() 386 err_code = pack_utf8_str(client->password, buf); in connect_request_encode() 415 err_code = pack_utf8_str(¶m->message.topic.topic, buf); in publish_encode() 516 err_code = pack_utf8_str(¶m->list[i].topic, buf); in subscribe_encode() 548 err_code = pack_utf8_str(¶m->list[i].topic, buf); in unsubscribe_encode()
|