Home
last modified time | relevance | path

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

/modules/openthread/platform/
A Dhdlc_interface.cpp123 otError HdlcInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() argument
136 SuccessOrExit(error = mHdlcEncoder.Encode(aFrame, aLength)); in SendFrame()
138 otLogDebgPlat("frame len to send = %d/%d", mEncoderBuffer.GetLength(), aLength); in SendFrame()
226 otError HdlcInterface::Write(const uint8_t *aFrame, uint16_t aLength) in Write() argument
231 otLogDebgPlat("Send tx frame len = %d", aLength); in Write()
233 ret = hdlc_api->send((uint8_t *)aFrame, aLength); in Write()
A Dhdlc_interface.hpp103 otError SendFrame(const uint8_t *aFrame, uint16_t aLength);
185 otError Write(const uint8_t *aFrame, uint16_t aLength);

Completed in 15 milliseconds