Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dchannel_manager.h232 otError otChannelManagerSetAutoChannelSelectionInterval(otInstance *aInstance, uint32_t aInterval);
/aosp_15_r20/external/openthread/src/core/api/
H A Dchannel_manager_api.cpp107 otError otChannelManagerSetAutoChannelSelectionInterval(otInstance *aInstance, uint32_t aInterval) in otChannelManagerSetAutoChannelSelectionInterval() function
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_ftd.cpp1360 error = otChannelManagerSetAutoChannelSelectionInterval(mInstance, interval); in HandlePropertySet()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp1567 error = ProcessSet(aArgs + 2, otChannelManagerSetAutoChannelSelectionInterval); in Process()