Searched refs:kApplicationDataMaxLength (Results 1 – 2 of 2) sorted by relevance
358 static constexpr uint16_t kApplicationDataMaxLength = 1152; member in ot::MeshCoP::Dtls360 …static constexpr uint16_t kApplicationDataMaxLength = OPENTHREAD_CONFIG_DTLS_APPLICATION_DATA_MAX_… member in ot::MeshCoP::Dtls
535 uint8_t buffer[kApplicationDataMaxLength]; in Send()537 VerifyOrExit(aLength <= kApplicationDataMaxLength, error = kErrorNoBufs); in Send()