Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchannel_manager.h197 void otChannelManagerSetAutoCslChannelSelectionEnabled(otInstance *aInstance, bool aEnabled);
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp92 void otChannelManagerSetAutoCslChannelSelectionEnabled(otInstance *aInstance, bool aEnabled) in otChannelManagerSetAutoCslChannelSelectionEnabled() function
/openthread-latest/src/cli/
Dcli.cpp1606 otChannelManagerSetAutoCslChannelSelectionEnabled(GetInstancePtr(), enable); in Process()