Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dchannel_manager.h183 void otChannelManagerSetAutoChannelSelectionEnabled(otInstance *aInstance, bool aEnabled);
/aosp_15_r20/external/openthread/src/core/api/
H A Dchannel_manager_api.cpp77 void otChannelManagerSetAutoChannelSelectionEnabled(otInstance *aInstance, bool aEnabled) in otChannelManagerSetAutoChannelSelectionEnabled() function
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_ftd.cpp1343 otChannelManagerSetAutoChannelSelectionEnabled(mInstance, enabled); in HandlePropertySet()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp1504 otChannelManagerSetAutoChannelSelectionEnabled(GetInstancePtr(), enable); in Process()