Searched refs:OT_ERROR_NOT_CAPABLE (Results 1 – 7 of 7) sorted by relevance
194 OT_ERROR_NOT_CAPABLE = 27, enumerator
69 return OT_ERROR_NOT_CAPABLE; in otPlatResetToBootloader()
762 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()
82 constexpr Error kErrorNotCapable = OT_ERROR_NOT_CAPABLE;
275 OT_TOOL_WEAK otError otPlatResetToBootloader(otInstance *) { return OT_ERROR_NOT_CAPABLE; } in otPlatResetToBootloader()
646 EXIT_NOW(error = OT_ERROR_NOT_CAPABLE); in SendReset()1252 EXPECT(sRadioCaps & OT_RADIO_CAPS_ENERGY_SCAN, error = OT_ERROR_NOT_CAPABLE); in EnergyScan()
173 case OT_ERROR_NOT_CAPABLE: in ThreadErrorToSpinelStatus()