Home
last modified time | relevance | path

Searched defs:GetRssi (Results 1 – 6 of 6) sorted by relevance

/external/openthread/src/core/mac/
Dmac_links.hpp582 int8_t GetRssi(void) const in GetRssi() function in ot::Mac::Links
Dsub_mac.cpp665 int8_t SubMac::GetRssi(void) const in GetRssi() function in ot::Mac::SubMac
Dmac_frame.hpp1117 int8_t GetRssi(void) const { return mInfo.mRxInfo.mRssi; } in GetRssi() function in ot::Mac::RxFrame
/external/openthread/src/core/radio/
Dradio.hpp827 inline int8_t Radio::GetRssi(void) in GetRssi() function in ot::Radio
1001 inline int8_t Radio::GetRssi(void) in GetRssi() function in ot::Radio
/external/openthread/examples/platforms/simulation/
Dradio.c516 static int8_t GetRssi(uint16_t aChannel) in GetRssi() function
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp1403 int8_t RadioSpinel<InterfaceType, ProcessContextType>::GetRssi(void) in GetRssi() function in ot::Spinel::RadioSpinel