Home
last modified time | relevance | path

Searched refs:OT_ERROR_NO_ACK (Results 1 – 7 of 7) sorted by relevance

/external/openthread/include/openthread/
Derror.h133 OT_ERROR_NO_ACK = 14, enumerator
/external/ot-br-posix/src/dbus/common/
Derror.hpp126 OT_ERROR_NO_ACK = 14, enumerator
/external/ot-br-posix/src/dbus/server/
Derror_helper.cpp51 {OT_ERROR_NO_ACK, OPENTHREAD_ERROR_PREFIX ".NoAck"},
/external/openthread/src/core/common/
Derror.hpp70 constexpr Error kErrorNoAck = OT_ERROR_NO_ACK;
/external/ot-br-posix/src/dbus/client/
Dclient_error.cpp55 {ClientError::OT_ERROR_NO_ACK, OTBR_OPENTHREAD_ERROR_PREFIX ".NoAck"},
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp127 ret = OT_ERROR_NO_ACK; in SpinelStatusToOtError()
163 if (aError != OT_ERROR_NONE && aError != OT_ERROR_NO_ACK) in LogIfFail()
/external/openthread/src/ncp/
Dncp_base.cpp119 case OT_ERROR_NO_ACK: in ThreadErrorToSpinelStatus()