Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp360 int8_t GetReceiveSensitivity(void) const { return mRxSensitivity; } in GetReceiveSensitivity()
1248 int8_t mRxSensitivity; member in ot::Spinel::RadioSpinel
Dradio_spinel.cpp81 , mRxSensitivity(0) in RadioSpinel()
1787 …uccessOrExit(error = Get(SPINEL_PROP_PHY_RX_SENSITIVITY, SPINEL_DATATYPE_INT8_S, &mRxSensitivity)); in Enable()