Home
last modified time | relevance | path

Searched refs:SPINEL_STATUS_FAILURE (Results 1 – 4 of 4) sorted by relevance

/external/openthread/src/lib/spinel/
Dspinel.h448SPINEL_STATUS_FAILURE = 1, ///< Operation has failed for some undefined reason. enumerator
Dspinel.c1526 {SPINEL_STATUS_FAILURE, "FAILURE"}, in spinel_status_to_cstr()
Dradio_spinel_impl.hpp94 case SPINEL_STATUS_FAILURE: in SpinelStatusToOtError()
/external/openthread/src/ncp/
Dncp_base.cpp88 ret = SPINEL_STATUS_FAILURE; in ThreadErrorToSpinelStatus()