Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h993 otError otLinkSetCslPeriod(otInstance *aInstance, uint32_t aPeriod);
/openthread-latest/src/core/api/
Dlink_api.cpp445 otError otLinkSetCslPeriod(otInstance *aInstance, uint32_t aPeriod) in otLinkSetCslPeriod() function
/openthread-latest/src/cli/
Dcli.cpp2594 error = ProcessSet(aArgs + 1, otLinkSetCslPeriod); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp269 error = otLinkSetCslPeriod(mInstance, cslPeriod); in HandlePropertySet()