Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dradio.hpp421 Error GetCcaEnergyDetectThreshold(int8_t &aThreshold);
911 inline Error Radio::GetCcaEnergyDetectThreshold(int8_t &aThreshold) in GetCcaEnergyDetectThreshold() function in ot::Radio
1066 inline Error Radio::GetCcaEnergyDetectThreshold(int8_t &) { return kErrorNotImplemented; } in GetCcaEnergyDetectThreshold() function in ot::Radio
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp302 otError GetCcaEnergyDetectThreshold(int8_t &aThreshold);
Dradio_spinel.cpp1133 otError RadioSpinel::GetCcaEnergyDetectThreshold(int8_t &aThreshold) in GetCcaEnergyDetectThreshold() function in ot::Spinel::RadioSpinel
/openthread-latest/src/posix/platform/
Dradio.cpp472 return GetRadioSpinel().GetCcaEnergyDetectThreshold(*aThreshold); in otPlatRadioGetCcaEnergyDetectThreshold()