Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp232 static constexpr uint16_t kApplicationDataMaxLength = 1152; member in ot::MeshCoP::SecureSession
234 …static constexpr uint16_t kApplicationDataMaxLength = OPENTHREAD_CONFIG_DTLS_APPLICATION_D… member in ot::MeshCoP::SecureSession
Dsecure_transport.cpp357 uint8_t buffer[kApplicationDataMaxLength]; in Send()