Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
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()
227 otError HdlcInterface::Write(const uint8_t *aFrame, uint16_t aLength) in Write() argument
232 otLogDebgPlat("Send tx frame len = %d", aLength); in Write()
234 ret = hdlc_api->send((uint8_t *)aFrame, aLength); in Write()
Dhdlc_interface.hpp103 otError SendFrame(const uint8_t *aFrame, uint16_t aLength);
185 otError Write(const uint8_t *aFrame, uint16_t aLength);