Home
last modified time | relevance | path

Searched defs:SetCcaEnergyDetectThreshold (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio.hpp912 inline Error Radio::SetCcaEnergyDetectThreshold(int8_t aThreshold) in SetCcaEnergyDetectThreshold() function in ot::Radio
1060 inline Error Radio::SetCcaEnergyDetectThreshold(int8_t) { return kErrorNotImplemented; } in SetCcaEnergyDetectThreshold() function in ot::Radio
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp1216 otError RadioSpinel::SetCcaEnergyDetectThreshold(int8_t aThreshold) in SetCcaEnergyDetectThreshold() function in ot::Spinel::RadioSpinel