Home
last modified time | relevance | path

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

/openthread-2.7.6/src/lib/spinel/
Dradio_spinel_impl.hpp183 , mWaitingKey(SPINEL_PROP_LAST_STATUS) in RadioSpinel()
602 …bool isActive = ((mWaitingKey == SPINEL_PROP_THREAD_ACTIVE_DATASET) ? true : false… in ThreadDatasetHandler()
786 else if (aKey == mWaitingKey) in HandleWaitingResponse()
1647 otLogDebgPlat("Wait response: tid=%u key=%u", mWaitingTid, mWaitingKey); in WaitResponse()
1671 mWaitingKey = SPINEL_PROP_LAST_STATUS; in WaitResponse()
1769 mWaitingKey = aKey; in RequestV()
2239 mWaitingKey = SPINEL_PROP_LAST_STATUS; in RecoverFromRcpFailure()
Dradio_spinel.hpp937 spinel_prop_key_t mWaitingKey; ///< The property key of current transaction. member in ot::Spinel::RadioSpinel