Home
last modified time | relevance | path

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

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