Searched refs:MQTT_LENGTH_VALUE_MASK (Results 1 – 4 of 4) sorted by relevance
108 #define MQTT_LENGTH_VALUE_MASK 0x7F macro
183 *length += ((uint32_t)*(buf->cur) & MQTT_LENGTH_VALUE_MASK) in packet_length_decode()
156 *(buf->cur) = length & MQTT_LENGTH_VALUE_MASK; in packet_length_encode()
187 *buf = length & MQTT_LENGTH_VALUE_MASK; in encode_fixed_hdr()