Searched defs:aDataLen (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/openthread/src/lib/spinel/ |
H A D | spinel_decoder.cpp | 317 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()
|
H A D | spi_frame.hpp | 219 void SetHeaderDataLen(uint16_t aDataLen) in SetHeaderDataLen()
|
H A D | spinel_encoder.hpp | 518 …otError WriteData(const uint8_t *aData, uint16_t aDataLen) { return mNcpBuffer.InFrameFeedData(aDa… in WriteData()
|
H A D | spinel_encoder.cpp | 168 otError Encoder::WriteDataWithLen(const uint8_t *aData, uint16_t aDataLen) in WriteDataWithLen()
|
/aosp_15_r20/external/ot-br-posix/src/ncp/ |
H A D | ncp_spinel.cpp | 80 otbrError NcpSpinel::SpinelDataUnpack(const uint8_t *aDataIn, spinel_size_t aDataLen, const char *a… in SpinelDataUnpack() 596 …el::ParseIp6StreamNet(const uint8_t *aBuf, uint8_t aLen, const uint8_t *&aData, uint16_t &aDataLen) in ParseIp6StreamNet()
|
/aosp_15_r20/external/openthread/examples/platforms/utils/ |
H A D | mac_frame.cpp | 273 void otMacFrameSetEnhAckProbingIe(otRadioFrame *aFrame, const uint8_t *aData, uint8_t aDataLen) in otMacFrameSetEnhAckProbingIe()
|
/aosp_15_r20/external/openthread/src/ncp/ |
H A D | ncp_base.cpp | 555 otError NcpBase::StreamWrite(int aStreamId, const uint8_t *aDataPtr, int aDataLen) in StreamWrite() 2790 otError otNcpStreamWrite(int aStreamId, const uint8_t *aDataPtr, int aDataLen) in otNcpStreamWrite()
|