Home
last modified time | relevance | path

Searched refs:SPINEL_STATUS_UNIMPLEMENTED (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspinel_helper.cpp73 case SPINEL_STATUS_UNIMPLEMENTED: in SpinelStatusToOtError()
Dspinel.h494 SPINEL_STATUS_UNIMPLEMENTED = 2, ///< Given operation has not been implemented. enumerator
Dspinel.c1531 {SPINEL_STATUS_UNIMPLEMENTED, "UNIMPLEMENTED"}, in spinel_status_to_cstr()
/openthread-latest/src/ncp/
Dncp_base.cpp146 ret = SPINEL_STATUS_UNIMPLEMENTED; in ThreadErrorToSpinelStatus()
2252 return mEncoder.OverwriteWithLastStatusError(SPINEL_STATUS_UNIMPLEMENTED); in HandlePropertyGet()
Dncp_base_mtd.cpp2076 return mEncoder.OverwriteWithLastStatusError(SPINEL_STATUS_UNIMPLEMENTED); in HandlePropertyGet()