Home
last modified time | relevance | path

Searched defs:aDataLen (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspi_frame.hpp209 void SetHeaderDataLen(uint16_t aDataLen) in SetHeaderDataLen()
Dspinel_decoder.cpp317 otError Decoder::ReadData(const uint8_t *&aData, uint16_t &aDataLen) in ReadData()
324 otError Decoder::ReadDataWithLen(const uint8_t *&aData, uint16_t &aDataLen) in ReadDataWithLen()
Dspinel_encoder.hpp491 …otError WriteData(const uint8_t *aData, uint16_t aDataLen) { return mNcpBuffer.InFrameFeedData(aDa… in WriteData()
Dspinel_encoder.cpp168 otError Encoder::WriteDataWithLen(const uint8_t *aData, uint16_t aDataLen) in WriteDataWithLen()
/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp298 void otMacFrameSetEnhAckProbingIe(otRadioFrame *aFrame, const uint8_t *aData, uint8_t aDataLen) in otMacFrameSetEnhAckProbingIe()
/openthread-latest/src/ncp/
Dncp_base.cpp565 otError NcpBase::StreamWrite(int aStreamId, const uint8_t *aDataPtr, int aDataLen) in StreamWrite()
2825 otError otNcpStreamWrite(int aStreamId, const uint8_t *aDataPtr, int aDataLen) in otNcpStreamWrite()