Home
last modified time | relevance | path

Searched refs:otLinkIsEnergyScanInProgress (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dlink.h418 bool otLinkIsEnergyScanInProgress(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_api.cpp406 bool otLinkIsEnergyScanInProgress(otInstance *aInstance) in otLinkIsEnergyScanInProgress() function
/openthread-latest/src/ncp/
Dncp_base.cpp1810 else if (otLinkIsEnergyScanInProgress(mInstance)) in HandlePropertyGet()