Home
last modified time | relevance | path

Searched refs:mPropertyFormat (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp74 , mPropertyFormat(nullptr) in RadioSpinel()
458 if (mPropertyFormat) in HandleWaitingResponse()
460 if (static_cast<spinel_datatype_t>(mPropertyFormat[0]) == SPINEL_DATATYPE_VOID_C) in HandleWaitingResponse()
471 … spinel_datatype_vunpack_in_place(aBuffer, aLength, mPropertyFormat, mPropertyArgs); in HandleWaitingResponse()
1522 mPropertyFormat = aPropertyFormat; in RequestWithPropertyFormatV()
1524 mPropertyFormat = nullptr; in RequestWithPropertyFormatV()
Dradio_spinel.hpp1228 const char *mPropertyFormat; ///< The spinel property format of current transaction. member in ot::Spinel::RadioSpinel