Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/meshcop/
Ddtls.hpp409 Error HandleDtlsSend(const uint8_t *aBuf, uint16_t aLength, Message::SubType aMessageSubType);
Ddtls.cpp585 error = HandleDtlsSend(aBuf, static_cast<uint16_t>(aLength), mMessageSubType); in HandleMbedtlsTransmit()
911 Error Dtls::HandleDtlsSend(const uint8_t *aBuf, uint16_t aLength, Message::SubType aMessageSubType) in HandleDtlsSend() function in ot::MeshCoP::Dtls