Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dthread.h1137 otError otThreadDetachGracefully(otInstance *aInstance, otDetachGracefullyCallback aCallback, void …
/openthread-3.6.0/src/core/api/
Dthread_api.cpp495 otError otThreadDetachGracefully(otInstance *aInstance, otDetachGracefullyCallback aCallback, void … in otThreadDetachGracefully() function
/openthread-3.6.0/src/cli/
Dcli.cpp2505 SuccessOrExit(error = otThreadDetachGracefully(GetInstancePtr(), nullptr, nullptr)); in Process()
2509 …SuccessOrExit(error = otThreadDetachGracefully(GetInstancePtr(), HandleDetachGracefullyResult, thi… in Process()