Home
last modified time | relevance | path

Searched refs:OT_RADIO_RSSI_INVALID (Results 1 – 5 of 5) sorted by relevance

/openthread-3.6.0/src/cli/
Dcli_history.hpp87 static constexpr int8_t kInvalidRss = OT_RADIO_RSSI_INVALID;
/openthread-3.6.0/include/openthread/platform/
Dradio.h86 OT_RADIO_RSSI_INVALID = 127, ///< Invalid or unknown RSSI value enumerator
/openthread-3.6.0/src/core/radio/
Dradio.hpp166 static constexpr int8_t kInvalidRssi = OT_RADIO_RSSI_INVALID; ///< Invalid RSSI value.
/openthread-3.6.0/examples/platforms/simulation/
Dradio.c85 static int8_t sEnergyScanResult = OT_RADIO_RSSI_INVALID;
/openthread-3.6.0/src/lib/spinel/
Dradio_spinel.cpp1250 int8_t rssi = OT_RADIO_RSSI_INVALID; in GetRssi()