Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchannel_manager.h242 uint32_t otChannelManagerGetAutoChannelSelectionInterval(otInstance *aInstance);
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp112 uint32_t otChannelManagerGetAutoChannelSelectionInterval(otInstance *aInstance) in otChannelManagerGetAutoChannelSelectionInterval() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1351 return mEncoder.WriteUint32(otChannelManagerGetAutoChannelSelectionInterval(mInstance)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp1420 …OutputLine("interval: %lu", ToUlong(otChannelManagerGetAutoChannelSelectionInterval(GetInstancePtr… in Process()