Home
last modified time | relevance | path

Searched defs:ReadEui48 (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/lib/spinel/
Dspinel_decoder.hpp420 otError ReadEui48(const spinel_eui48_t *&aEui48Ptr) in ReadEui48() function in ot::Spinel::Decoder
437 …otError ReadEui48(const uint8_t *&aEui48BufPtr) { return ReadItem(&aEui48BufPtr, sizeof(spinel_eui… in ReadEui48() function in ot::Spinel::Decoder
Dspinel_decoder.cpp284 otError Decoder::ReadEui48(spinel_eui48_t &aEui48) in ReadEui48() function in ot::Spinel::Decoder