Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h1097 otError otThreadDetachGracefully(otInstance *aInstance, otDetachGracefullyCallback aCallback, void …
/openthread-latest/src/core/api/
Dthread_api.cpp509 otError otThreadDetachGracefully(otInstance *aInstance, otDetachGracefullyCallback aCallback, void … in otThreadDetachGracefully() function
/openthread-latest/src/cli/
Dcli.cpp2696 SuccessOrExit(error = otThreadDetachGracefully(GetInstancePtr(), nullptr, nullptr)); in Process()
2700 …SuccessOrExit(error = otThreadDetachGracefully(GetInstancePtr(), HandleDetachGracefullyResult, thi… in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp4657 return otThreadDetachGracefully(mInstance, ThreadDetachGracefullyHandler, this); in HandlePropertySet()