Home
last modified time | relevance | path

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

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