Home
last modified time | relevance | path

Searched defs:otPlatRadioGetCoexMetrics (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp235 otError otPlatRadioGetCoexMetrics(otInstance *, otRadioCoexMetrics *) { return kErrorNotImplemented… in otPlatRadioGetCoexMetrics() function
/openthread-latest/examples/platforms/simulation/
Dradio.c1035 otError otPlatRadioGetCoexMetrics(otInstance *aInstance, otRadioCoexMetrics *aCoexMetrics) in otPlatRadioGetCoexMetrics() function
/openthread-latest/src/posix/platform/
Dradio.cpp513 otError otPlatRadioGetCoexMetrics(otInstance *aInstance, otRadioCoexMetrics *aCoexMetrics) in otPlatRadioGetCoexMetrics() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp423 otError otPlatRadioGetCoexMetrics(otInstance *, otRadioCoexMetrics *) { return OT_ERROR_NONE; } in otPlatRadioGetCoexMetrics() function
/openthread-latest/tests/unit/
Dtest_platform.cpp718 OT_TOOL_WEAK otError otPlatRadioGetCoexMetrics(otInstance *, otRadioCoexMetrics *) { return OT_ERRO… in otPlatRadioGetCoexMetrics() function