Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h382 bool otLinkIsActiveScanInProgress(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_api.cpp392 bool otLinkIsActiveScanInProgress(otInstance *aInstance) in otLinkIsActiveScanInProgress() function
/openthread-latest/src/ncp/
Dncp_base.cpp1806 if (otLinkIsActiveScanInProgress(mInstance)) in HandlePropertyGet()