Lines Matching refs:error
280 otError error; in otPlatRadioGetTransmitPower() local
283 VerifyOrExit(aPower != NULL, error = OT_ERROR_INVALID_ARGS); in otPlatRadioGetTransmitPower()
284 error = psRadioSpinel->GetTransmitPower(*aPower); in otPlatRadioGetTransmitPower()
287 return error; in otPlatRadioGetTransmitPower()
298 otError error; in otPlatRadioGetCcaEnergyDetectThreshold() local
301 VerifyOrExit(aThreshold != NULL, error = OT_ERROR_INVALID_ARGS); in otPlatRadioGetCcaEnergyDetectThreshold()
302 error = psRadioSpinel->GetCcaEnergyDetectThreshold(*aThreshold); in otPlatRadioGetCcaEnergyDetectThreshold()
305 return error; in otPlatRadioGetCcaEnergyDetectThreshold()
337 otError error = OT_ERROR_NONE; in otPlatRadioGetCoexMetrics() local
339 VerifyOrExit(aCoexMetrics != NULL, error = OT_ERROR_INVALID_ARGS); in otPlatRadioGetCoexMetrics()
341 error = psRadioSpinel->GetCoexMetrics(*aCoexMetrics); in otPlatRadioGetCoexMetrics()
344 return error; in otPlatRadioGetCoexMetrics()