Home
last modified time | relevance | path

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

/openthread-3.6.0/src/lib/spinel/
Dradio_spinel.hpp384 int8_t GetReceiveSensitivity(void) const { return mRxSensitivity; } in GetReceiveSensitivity()
1265 int8_t mRxSensitivity; member in ot::Spinel::RadioSpinel
Dradio_spinel.cpp99 , mRxSensitivity(0) in RadioSpinel()
1881 …uccessOrExit(error = Get(SPINEL_PROP_PHY_RX_SENSITIVITY, SPINEL_DATATYPE_INT8_S, &mRxSensitivity)); in Enable()