Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h369 otError otLinkActiveScan(otInstance *aInstance,
/openthread-latest/src/core/api/
Dlink_api.cpp383 otError otLinkActiveScan(otInstance *aInstance, in otLinkActiveScan() function
/openthread-latest/src/ncp/
Dncp_base.cpp1843 …error = otLinkActiveScan(mInstance, mScanChannelMask, mScanPeriod, &HandleActiveScanResult_Jump, t… in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp6156 SuccessOrExit(error = otLinkActiveScan(GetInstancePtr(), scanChannels, scanDuration, in Process()