Searched refs:MQTT_MAX_PAYLOAD_SIZE (Results 1 – 4 of 4) sorted by relevance
73 #define MQTT_MAX_PAYLOAD_SIZE 0x0FFFFFFF macro
189 if (*length > MQTT_MAX_PAYLOAD_SIZE) { in packet_length_decode()
199 if (length > MQTT_MAX_PAYLOAD_SIZE) { in mqtt_encode_fixed_header()
1106 zassert_equal(length, MQTT_MAX_PAYLOAD_SIZE, in eval_max_pkt_len()