Home
last modified time | relevance | path

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

/external/openthread/src/core/meshcop/
Ddtls.hpp435 Error HandleDtlsSend(const uint8_t *aBuf, uint16_t aLength, Message::SubType aMessageSubType);
Ddtls.cpp620 error = HandleDtlsSend(aBuf, static_cast<uint16_t>(aLength), mMessageSubType); in HandleMbedtlsTransmit()
991 Error Dtls::HandleDtlsSend(const uint8_t *aBuf, uint16_t aLength, Message::SubType aMessageSubType) in HandleDtlsSend() function in ot::MeshCoP::Dtls