Home
last modified time | relevance | path

Searched refs:otThreadDiscover (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dthread.h289 otError otThreadDiscover(otInstance *aInstance,
/openthread-latest/src/core/api/
Dthread_api.cpp418 otError otThreadDiscover(otInstance *aInstance, in otThreadDiscover() function
/openthread-latest/src/ncp/
Dncp_base.cpp1877 …error = otThreadDiscover(mInstance, mScanChannelMask, mDiscoveryScanPanId, mDiscoveryScanJoinerFla… in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp2779 …SuccessOrExit(error = otThreadDiscover(GetInstancePtr(), scanChannels, OT_PANID_BROADCAST, false, … in Process()