Home
last modified time | relevance | path

Searched refs:LogSpinelFrame (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspinel_driver.cpp116 LogSpinelFrame(buffer, static_cast<uint16_t>(packed), true /* aTx */); in SendReset()
196 LogSpinelFrame(buffer, offset, true /* aTx */); in SendCommand()
231 LogSpinelFrame(buffer, offset, true /* aTx */); in SendCommand()
280 LogSpinelFrame(mRxFrameBuffer.GetFrame(), mRxFrameBuffer.GetLength(), false); in HandleReceivedFrame()
Dlogger.hpp52 void LogSpinelFrame(const uint8_t *aFrame, uint16_t aLength, bool aTx);
Dlogger.cpp123 void Logger::LogSpinelFrame(const uint8_t *aFrame, uint16_t aLength, bool aTx) in LogSpinelFrame() function in ot::Spinel::Logger