Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h1013 otError otLinkSetCslTimeout(otInstance *aInstance, uint32_t aTimeout);
/openthread-latest/src/core/api/
Dlink_api.cpp472 otError otLinkSetCslTimeout(otInstance *aInstance, uint32_t aTimeout) in otLinkSetCslTimeout() function
/openthread-latest/src/cli/
Dcli.cpp2608 error = ProcessSet(aArgs + 1, otLinkSetCslTimeout); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp287 error = otLinkSetCslTimeout(mInstance, cslTimeout); in HandlePropertySet()