Home
last modified time | relevance | path

Searched refs:otChannelManagerSetAutoCslChannelSelectionEnabled (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/include/openthread/
H A Dchannel_manager.h207 void otChannelManagerSetAutoCslChannelSelectionEnabled(otInstance *aInstance, bool aEnabled);
/aosp_15_r20/external/openthread/src/core/api/
H A Dchannel_manager_api.cpp96 void otChannelManagerSetAutoCslChannelSelectionEnabled(otInstance *aInstance, bool aEnabled) in otChannelManagerSetAutoCslChannelSelectionEnabled() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp1528 otChannelManagerSetAutoCslChannelSelectionEnabled(GetInstancePtr(), enable); in Process()