Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Derror.h194 OT_ERROR_NOT_CAPABLE = 27, enumerator
/openthread-latest/examples/platforms/simulation/
Dmisc.c69 return OT_ERROR_NOT_CAPABLE; in otPlatResetToBootloader()
/openthread-latest/src/core/crypto/
Dcrypto_platform.cpp762 return OT_ERROR_NOT_CAPABLE; in otPlatCryptoEcdsaGenerateKey()
771 return OT_ERROR_NOT_CAPABLE; in otPlatCryptoEcdsaGetPublicKey()
782 return OT_ERROR_NOT_CAPABLE; in otPlatCryptoEcdsaSign()
794 return OT_ERROR_NOT_CAPABLE; in otPlatCryptoEcdsaVerify()
818 return OT_ERROR_NOT_CAPABLE; in otPlatCryptoPbkdf2GenerateKey()
/openthread-latest/src/core/common/
Derror.hpp82 constexpr Error kErrorNotCapable = OT_ERROR_NOT_CAPABLE;
/openthread-latest/tests/unit/
Dtest_platform.cpp275 OT_TOOL_WEAK otError otPlatResetToBootloader(otInstance *) { return OT_ERROR_NOT_CAPABLE; } in otPlatResetToBootloader()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp646 EXIT_NOW(error = OT_ERROR_NOT_CAPABLE); in SendReset()
1252 EXPECT(sRadioCaps & OT_RADIO_CAPS_ENERGY_SCAN, error = OT_ERROR_NOT_CAPABLE); in EnergyScan()
/openthread-latest/src/ncp/
Dncp_base.cpp173 case OT_ERROR_NOT_CAPABLE: in ThreadErrorToSpinelStatus()