Searched refs:otThreadDetachGracefully (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/include/openthread/ |
D | thread.h | 1097 otError otThreadDetachGracefully(otInstance *aInstance, otDetachGracefullyCallback aCallback, void …
|
/openthread-latest/src/core/api/ |
D | thread_api.cpp | 509 otError otThreadDetachGracefully(otInstance *aInstance, otDetachGracefullyCallback aCallback, void … in otThreadDetachGracefully() function
|
/openthread-latest/src/cli/ |
D | cli.cpp | 2696 SuccessOrExit(error = otThreadDetachGracefully(GetInstancePtr(), nullptr, nullptr)); in Process() 2700 …SuccessOrExit(error = otThreadDetachGracefully(GetInstancePtr(), HandleDetachGracefullyResult, thi… in Process()
|
/openthread-latest/src/ncp/ |
D | ncp_base_mtd.cpp | 4657 return otThreadDetachGracefully(mInstance, ThreadDetachGracefullyHandler, this); in HandlePropertySet()
|