Searched refs:aLength (Results 1 – 2 of 2) sorted by relevance
123 otError HdlcInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame() argument136 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() argument232 otLogDebgPlat("Send tx frame len = %d", aLength); in Write()234 ret = hdlc_api->send((uint8_t *)aFrame, aLength); in Write()
103 otError SendFrame(const uint8_t *aFrame, uint16_t aLength);185 otError Write(const uint8_t *aFrame, uint16_t aLength);