Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dtrel.cpp56 static constexpr uint16_t kMaxPacketSize = 1400; // The max size of a TREL packet. variable
61 uint8_t mBuffer[kMaxPacketSize];
66 static uint8_t sRxPacketBuffer[kMaxPacketSize];
551 assert(aUdpPayloadLen <= kMaxPacketSize); in otPlatTrelSend()