Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dthread.h1033 void otThreadSetDiscoveryRequestCallback(otInstance *aInstance,
/openthread-3.5.0/src/core/api/
Dthread_ftd_api.cpp352 void otThreadSetDiscoveryRequestCallback(otInstance *aInstance, in otThreadSetDiscoveryRequestCallback() function
/openthread-3.5.0/src/cli/
Dcli.cpp2565 otThreadSetDiscoveryRequestCallback(GetInstancePtr(), callback, context); in Process()