Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp108 void (*mSwitchoverDone)(otInstance *aInstance, bool aSuccess); member
Dradio_spinel.cpp532 if (mCallbacks.mSwitchoverDone != nullptr) in HandleValueIs()
534 mCallbacks.mSwitchoverDone(mInstance, status == SPINEL_STATUS_SWITCHOVER_DONE); in HandleValueIs()