Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp233 bool otPlatRadioIsCoexEnabled(otInstance *) { return false; } in otPlatRadioIsCoexEnabled() function
/openthread-latest/examples/platforms/simulation/
Dradio.c1026 bool otPlatRadioIsCoexEnabled(otInstance *aInstance) in otPlatRadioIsCoexEnabled() function
/openthread-latest/src/posix/platform/
Dradio.cpp507 bool otPlatRadioIsCoexEnabled(otInstance *aInstance) in otPlatRadioIsCoexEnabled() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp427 bool otPlatRadioIsCoexEnabled(otInstance *) { return true; } in otPlatRadioIsCoexEnabled() function
/openthread-latest/tests/unit/
Dtest_platform.cpp722 OT_TOOL_WEAK bool otPlatRadioIsCoexEnabled(otInstance *) { return true; } in otPlatRadioIsCoexEnabled() function