Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt_internal.h73 #define MQTT_MAX_PAYLOAD_SIZE 0x0FFFFFFF macro
Dmqtt_decoder.c189 if (*length > MQTT_MAX_PAYLOAD_SIZE) { in packet_length_decode()
Dmqtt_encoder.c199 if (length > MQTT_MAX_PAYLOAD_SIZE) { in mqtt_encode_fixed_header()
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_packet/src/
Dmqtt_packet.c1106 zassert_equal(length, MQTT_MAX_PAYLOAD_SIZE, in eval_max_pkt_len()