Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h1047 bool otLinkIsEnabled(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_api.cpp374 bool otLinkIsEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::Mac>().IsEnable… in otLinkIsEnabled() function