Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp234 otError otPlatRadioSetCoexEnabled(otInstance *, bool) { return kErrorNotImplemented; } in otPlatRadioSetCoexEnabled() function
/openthread-latest/examples/platforms/simulation/
Dradio.c1016 otError otPlatRadioSetCoexEnabled(otInstance *aInstance, bool aEnabled) in otPlatRadioSetCoexEnabled() function
/openthread-latest/src/posix/platform/
Dradio.cpp501 otError otPlatRadioSetCoexEnabled(otInstance *aInstance, bool aEnabled) in otPlatRadioSetCoexEnabled() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp429 otError otPlatRadioSetCoexEnabled(otInstance *, bool) { return OT_ERROR_NOT_IMPLEMENTED; } in otPlatRadioSetCoexEnabled() function
/openthread-latest/tests/unit/
Dtest_platform.cpp724 OT_TOOL_WEAK otError otPlatRadioSetCoexEnabled(otInstance *, bool) { return OT_ERROR_NOT_IMPLEMENTE… in otPlatRadioSetCoexEnabled() function