Home
last modified time | relevance | path

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

/Zephyr-latest/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()
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_client/src/
Dmain.c187 *buf = length & MQTT_LENGTH_VALUE_MASK; in encode_fixed_hdr()