Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dchannel_manager.h132 otError otChannelManagerRequestChannelSelect(otInstance *aInstance, bool aSkipQualityCheck);
/openthread-3.5.0/src/core/api/
Dchannel_manager_api.cpp67 otError otChannelManagerRequestChannelSelect(otInstance *aInstance, bool aSkipQualityCheck) in otChannelManagerRequestChannelSelect() function
/openthread-3.5.0/src/ncp/
Dncp_base_ftd.cpp1326 error = otChannelManagerRequestChannelSelect(mInstance, skipQualityCheck); in HandlePropertySet()
/openthread-3.5.0/src/cli/
Dcli.cpp1397 error = otChannelManagerRequestChannelSelect(GetInstancePtr(), enable); in Process()