Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/platform/
Dradio.h1123 otError otPlatRadioGetCoexMetrics(otInstance *aInstance, otRadioCoexMetrics *aCoexMetrics);
/openthread-3.6.0/tests/unit/
Dtest_platform.cpp662 OT_TOOL_WEAK otError otPlatRadioGetCoexMetrics(otInstance *, otRadioCoexMetrics *) { return OT_ERRO… in otPlatRadioGetCoexMetrics() function
/openthread-3.6.0/src/posix/platform/
Dradio.cpp584 otError otPlatRadioGetCoexMetrics(otInstance *aInstance, otRadioCoexMetrics *aCoexMetrics) in otPlatRadioGetCoexMetrics() function
/openthread-3.6.0/examples/platforms/simulation/
Dradio.c1255 otError otPlatRadioGetCoexMetrics(otInstance *aInstance, otRadioCoexMetrics *aCoexMetrics) in otPlatRadioGetCoexMetrics() function
/openthread-3.6.0/src/ncp/
Dncp_base.cpp2597 otError error = otPlatRadioGetCoexMetrics(mInstance, &coexMetrics); in HandlePropertyGet()
/openthread-3.6.0/src/cli/
Dcli.cpp1911 SuccessOrExit(error = otPlatRadioGetCoexMetrics(GetInstancePtr(), &metrics)); in Process()