Home
last modified time | relevance | path

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

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