Home
last modified time | relevance | path

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

/external/openthread/src/lib/spinel/
Dradio_spinel.hpp1012 uint32_t mExpectedCommand; ///< Expected response command of current transaction. member in ot::Spinel::RadioSpinel
Dradio_spinel_impl.hpp186 , mExpectedCommand(0) in RadioSpinel()
822 if (aCommand == mExpectedCommand) in HandleWaitingResponse()
1867 mExpectedCommand = aExpectedCommand; in RequestWithExpectedCommandV()
1869 mExpectedCommand = SPINEL_CMD_NOOP; in RequestWithExpectedCommandV()