Searched refs:aCoexMetrics (Results 1 – 1 of 1) sorted by relevance
333 otError otPlatRadioGetCoexMetrics(otInstance *aInstance, otRadioCoexMetrics *aCoexMetrics) in otPlatRadioGetCoexMetrics() argument339 VerifyOrExit(aCoexMetrics != NULL, error = OT_ERROR_INVALID_ARGS); in otPlatRadioGetCoexMetrics()341 error = psRadioSpinel->GetCoexMetrics(*aCoexMetrics); in otPlatRadioGetCoexMetrics()