Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/mqtt/
Dmqtt_internal.h108 #define MQTT_LENGTH_VALUE_MASK 0x7F macro
Dmqtt_decoder.c183 *length += ((uint32_t)*(buf->cur) & MQTT_LENGTH_VALUE_MASK) in packet_length_decode()
Dmqtt_encoder.c156 *(buf->cur) = length & MQTT_LENGTH_VALUE_MASK; in packet_length_encode()