Home
last modified time | relevance | path

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

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