Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h429 otError otLinkSendDataRequest(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_api.cpp175 otError otLinkSendDataRequest(otInstance *aInstance) in otLinkSendDataRequest() function
/openthread-latest/src/cli/
Dcli.cpp7048 error = otLinkSendDataRequest(GetInstancePtr()); in Process()