Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dlink.h1047 otError otLinkCslSetChannel(otInstance *aInstance, uint8_t aChannel);
/openthread-3.4.0/src/core/api/
Dlink_api.cpp396 otError otLinkCslSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkCslSetChannel() function
/openthread-3.4.0/src/ncp/
Dncp_base_mtd.cpp305 error = otLinkCslSetChannel(mInstance, cslChannel); in HandlePropertySet()
/openthread-3.4.0/src/cli/
Dcli.cpp2730 error = ProcessSet(aArgs + 1, otLinkCslSetChannel); in Process()