Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp75 , mExpectedCommand(0) in RadioSpinel()
479 if (aCommand == mExpectedCommand) in HandleWaitingResponse()
1537 mExpectedCommand = aExpectedCommand; in RequestWithExpectedCommandV()
1539 mExpectedCommand = SPINEL_CMD_NOOP; in RequestWithExpectedCommandV()
Dradio_spinel.hpp1230 uint32_t mExpectedCommand; ///< Expected response command of current transaction. member in ot::Spinel::RadioSpinel