Searched refs:LogSpinelFrame (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/lib/spinel/ |
D | spinel_driver.cpp | 116 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()
|
D | logger.hpp | 52 void LogSpinelFrame(const uint8_t *aFrame, uint16_t aLength, bool aTx);
|
D | logger.cpp | 123 void Logger::LogSpinelFrame(const uint8_t *aFrame, uint16_t aLength, bool aTx) in LogSpinelFrame() function in ot::Spinel::Logger
|