Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Dchannel_manager_api.cpp67 otError otChannelManagerRequestChannelSelect(otInstance *aInstance, bool aSkipQualityCheck) in otChannelManagerRequestChannelSelect() argument
69 … return AsCoreType(aInstance).Get<Utils::ChannelManager>().RequestChannelSelect(aSkipQualityCheck); in otChannelManagerRequestChannelSelect()
/external/openthread/src/core/utils/
Dchannel_manager.cpp244 Error ChannelManager::RequestChannelSelect(bool aSkipQualityCheck) in RequestChannelSelect() argument
250 LogInfo("Request to select channel (skip quality check: %s)", ToYesNo(aSkipQualityCheck)); in RequestChannelSelect()
254 VerifyOrExit(aSkipQualityCheck || ShouldAttemptChannelChange()); in RequestChannelSelect()
Dchannel_manager.hpp155 Error RequestChannelSelect(bool aSkipQualityCheck);
/external/openthread/include/openthread/
Dchannel_manager.h132 otError otChannelManagerRequestChannelSelect(otInstance *aInstance, bool aSkipQualityCheck);