Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchannel_manager.h73 void otChannelManagerRequestChannelChange(otInstance *aInstance, uint8_t aChannel);
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp44 void otChannelManagerRequestChannelChange(otInstance *aInstance, uint8_t aChannel) in otChannelManagerRequestChannelChange() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1257 otChannelManagerRequestChannelChange(mInstance, channel); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp1534 error = ProcessSet(aArgs + 2, otChannelManagerRequestChannelChange); in Process()