Home
last modified time | relevance | path

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

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