Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_history.hpp82 static constexpr int8_t kInvalidRss = OT_RADIO_RSSI_INVALID;
/openthread-latest/include/openthread/platform/
Dradio.h83 OT_RADIO_RSSI_INVALID = 127, ///< Invalid or unknown RSSI value enumerator
/openthread-latest/src/core/radio/
Dradio.hpp125 static constexpr int8_t kInvalidRssi = OT_RADIO_RSSI_INVALID; ///< Invalid RSSI value.
/openthread-latest/examples/platforms/simulation/
Dradio.c79 static int8_t sEnergyScanResult = OT_RADIO_RSSI_INVALID;
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1151 int8_t rssi = OT_RADIO_RSSI_INVALID; in GetRssi()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp4602 …mEncoder.WriteInt8((aIsTx ? static_cast<int8_t>(OT_RADIO_RSSI_INVALID) : aFrame->mInfo.mRxInfo.mRs… in HandlePcapFrame()