Home
last modified time | relevance | path

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

/external/openthread/src/lib/spinel/
Dradio_spinel.hpp1351 int8_t mCcaEnergyDetectThreshold; member in ot::Spinel::RadioSpinel
Dradio_spinel.cpp1249 mCcaEnergyDetectThreshold = aThreshold; in SetCcaEnergyDetectThreshold()
2232 …uccessOrDie(Set(SPINEL_PROP_PHY_CCA_THRESHOLD, SPINEL_DATATYPE_INT8_S, mCcaEnergyDetectThreshold)); in RestoreProperties()