Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dradio.hpp431 Error SetCcaEnergyDetectThreshold(int8_t aThreshold);
916 inline Error Radio::SetCcaEnergyDetectThreshold(int8_t aThreshold) in SetCcaEnergyDetectThreshold() function in ot::Radio
1068 inline Error Radio::SetCcaEnergyDetectThreshold(int8_t) { return kErrorNotImplemented; } in SetCcaEnergyDetectThreshold() function in ot::Radio
/openthread-latest/src/posix/platform/
Dradio.cpp128 SuccessOrDie(mRadioSpinel.SetCcaEnergyDetectThreshold(value)); in ProcessRadioUrl()
478 return GetRadioSpinel().SetCcaEnergyDetectThreshold(aThreshold); in otPlatRadioSetCcaEnergyDetectThreshold()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp313 otError SetCcaEnergyDetectThreshold(int8_t aThreshold);
Dradio_spinel.cpp1239 otError RadioSpinel::SetCcaEnergyDetectThreshold(int8_t aThreshold) in SetCcaEnergyDetectThreshold() function in ot::Spinel::RadioSpinel