Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dchannel_manager.h77 uint8_t otChannelManagerGetRequestedChannel(otInstance *aInstance);
/openthread-3.4.0/src/core/api/
Dchannel_manager_api.cpp51 uint8_t otChannelManagerGetRequestedChannel(otInstance *aInstance) in otChannelManagerGetRequestedChannel() function
/openthread-3.4.0/src/ncp/
Dncp_base_ftd.cpp1247 return mEncoder.WriteUint8(otChannelManagerGetRequestedChannel(mInstance)); in HandlePropertyGet()
/openthread-3.4.0/src/cli/
Dcli.cpp1688 OutputLine("channel: %u", otChannelManagerGetRequestedChannel(GetInstancePtr())); in Process()