Home
last modified time | relevance | path

Searched refs:OT_ERROR_RESPONSE_TIMEOUT (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/include/openthread/
Derror.h197 OT_ERROR_RESPONSE_TIMEOUT = 28, enumerator
/openthread-latest/src/core/common/
Derror.hpp81 constexpr Error kErrorResponseTimeout = OT_ERROR_RESPONSE_TIMEOUT;
/openthread-latest/src/posix/platform/
Dhdlc_interface.cpp299 VerifyOrExit(event.mDelay <= aTimeoutUs, error = OT_ERROR_RESPONSE_TIMEOUT); in WaitForFrame()
338 ExitNow(error = OT_ERROR_RESPONSE_TIMEOUT); in WaitForFrame()
Dspi_interface.cpp778 error = OT_ERROR_RESPONSE_TIMEOUT; in WaitForFrame()
/openthread-latest/src/lib/spinel/
Dspinel_driver.cpp260 ExitNow(error = OT_ERROR_RESPONSE_TIMEOUT); in WaitResponse()
Dradio_spinel.cpp1425 ExitNow(mError = OT_ERROR_RESPONSE_TIMEOUT); in WaitResponse()
/openthread-latest/src/ncp/
Dncp_base.cpp178 case OT_ERROR_RESPONSE_TIMEOUT: in ThreadErrorToSpinelStatus()
Dncp_base_mtd.cpp4059 case OT_ERROR_RESPONSE_TIMEOUT: in SrpClientErrorToSpinelError()
4321 case OT_ERROR_RESPONSE_TIMEOUT: in HandleJoinerCallback()
/openthread-latest/src/cli/
Dcli.cpp8047 OutputResult(OT_ERROR_RESPONSE_TIMEOUT); in HandleTimer()