Home
last modified time | relevance | path

Searched refs:mCcaEnergyDetectThreshold (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1290 int8_t mCcaEnergyDetectThreshold; member in ot::Spinel::RadioSpinel
Dradio_spinel.cpp1246 mCcaEnergyDetectThreshold = aThreshold; in SetCcaEnergyDetectThreshold()
2229 …uccessOrDie(Set(SPINEL_PROP_PHY_CCA_THRESHOLD, SPINEL_DATATYPE_INT8_S, mCcaEnergyDetectThreshold)); in RestoreProperties()