Home
last modified time | relevance | path

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

/subsys/net/lib/mqtt/
A Dmqtt_encoder.c1538 const uint8_t empty_auth_packet[] = { in empty_auth_encode() local
1545 if ((end - cur) < sizeof(empty_auth_packet)) { in empty_auth_encode()
1549 memcpy(cur, empty_auth_packet, sizeof(empty_auth_packet)); in empty_auth_encode()
1550 buf->end = (cur + sizeof(empty_auth_packet)); in empty_auth_encode()

Completed in 16 milliseconds