Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchannel_manager.h209 bool otChannelManagerGetAutoCslChannelSelectionEnabled(otInstance *aInstance);
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp97 bool otChannelManagerGetAutoCslChannelSelectionEnabled(otInstance *aInstance) in otChannelManagerGetAutoCslChannelSelectionEnabled() function
/openthread-latest/src/cli/
Dcli.cpp1495 … OutputLine("autocsl: %u", otChannelManagerGetAutoCslChannelSelectionEnabled(GetInstancePtr())); in Process()
1500 otChannelManagerGetAutoCslChannelSelectionEnabled(GetInstancePtr())) in Process()
1504 if (otChannelManagerGetAutoCslChannelSelectionEnabled(GetInstancePtr())) in Process()