Home
last modified time | relevance | path

Searched refs:otLinkSetChannel (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/
Dlink.h470 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel);
/openthread-latest/src/core/api/
Dlink_raw_api.cpp239 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel() function
Dlink_api.cpp59 otError otLinkSetChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetChannel() function
/openthread-latest/src/ncp/
Dncp_base.cpp1535 error = otLinkSetChannel(mInstance, static_cast<uint8_t>(channel)); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp1713 ExitNow(error = ProcessGetSet(aArgs, otLinkGetChannel, otLinkSetChannel)); in Process()