Searched refs:WaitResponse (Results 1 – 4 of 4) sorted by relevance
132 …if (aSoftwareReset && (SendReset(SPINEL_RESET_STACK) == OT_ERROR_NONE) && (WaitResponse() == OT_ER… in ResetCoprocessor()143 SuccessOrExit(WaitResponse()); in ResetCoprocessor()246 otError SpinelDriver::WaitResponse(void) in WaitResponse() function in ot::Spinel::SpinelDriver422 SuccessOrExit(error = WaitResponse()); in CheckSpinelVersion()444 SuccessOrExit(error = WaitResponse()); in GetCoprocessorVersion()457 SuccessOrExit(error = WaitResponse()); in GetCoprocessorCaps()
278 otError WaitResponse(void);
1154 otError WaitResponse(bool aHandleRcpTimeout = true);
1407 otError RadioSpinel::WaitResponse(bool aHandleRcpTimeout) in WaitResponse() function in ot::Spinel::RadioSpinel1482 error = WaitResponse(); in RequestV()