Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio_spinel.cpp333 otError otPlatRadioGetCoexMetrics(otInstance *aInstance, otRadioCoexMetrics *aCoexMetrics) in otPlatRadioGetCoexMetrics() argument
339 VerifyOrExit(aCoexMetrics != NULL, error = OT_ERROR_INVALID_ARGS); in otPlatRadioGetCoexMetrics()
341 error = psRadioSpinel->GetCoexMetrics(*aCoexMetrics); in otPlatRadioGetCoexMetrics()