Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h302 bool otThreadIsDiscoverInProgress(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp439 bool otThreadIsDiscoverInProgress(otInstance *aInstance) in otThreadIsDiscoverInProgress() function
/openthread-latest/src/ncp/
Dncp_base.cpp1814 else if (otThreadIsDiscoverInProgress(mInstance)) in HandlePropertyGet()