Home
last modified time | relevance | path

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

/openthread-3.5.0/src/lib/spinel/
Dradio_spinel.hpp1050 spinel_prop_key_t mWaitingKey; ///< The property key of current transaction. member in ot::Spinel::RadioSpinel
Dradio_spinel_impl.hpp175 , mWaitingKey(SPINEL_PROP_LAST_STATUS) in RadioSpinel()
253 mWaitingKey = SPINEL_PROP_LAST_STATUS; in ResetRcp()
641 else if (aKey == mWaitingKey) in HandleWaitingResponse()
1493 otLogDebgPlat("Wait response: tid=%u key=%lu", mWaitingTid, ToUlong(mWaitingKey)); in WaitResponse()
1513 mWaitingKey = SPINEL_PROP_LAST_STATUS; in WaitResponse()
1621 mWaitingKey = aKey; in RequestV()