Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/meshcop/
Ddtls.hpp358 static constexpr uint16_t kApplicationDataMaxLength = 1152; member in ot::MeshCoP::Dtls
360 …static constexpr uint16_t kApplicationDataMaxLength = OPENTHREAD_CONFIG_DTLS_APPLICATION_DATA_MAX_… member in ot::MeshCoP::Dtls
Ddtls.cpp535 uint8_t buffer[kApplicationDataMaxLength]; in Send()
537 VerifyOrExit(aLength <= kApplicationDataMaxLength, error = kErrorNoBufs); in Send()