Home
last modified time | relevance | path

Searched defs:SetShortAddress (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio.cpp92 void Radio::SetShortAddress(Mac::ShortAddress aShortAddress) in SetShortAddress() function in ot::Radio
H A Dradio.hpp1044 inline void Radio::SetShortAddress(Mac::ShortAddress) {} in SetShortAddress() function in ot::Radio
/aosp_15_r20/external/openthread/src/core/mac/
H A Dlink_raw.cpp159 Error LinkRaw::SetShortAddress(ShortAddress aShortAddress) in SetShortAddress() function in ot::Mac::LinkRaw
H A Dmac_links.hpp345 void SetShortAddress(ShortAddress aShortAddress) in SetShortAddress() function in ot::Mac::Links
H A Dsub_mac.cpp157 void SubMac::SetShortAddress(ShortAddress aShortAddress) in SetShortAddress() function in ot::Mac::SubMac
H A Dmac.hpp270 void SetShortAddress(ShortAddress aShortAddress) { mLinks.SetShortAddress(aShortAddress); } in SetShortAddress() function in ot::Mac::Mac
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp832 otError RadioSpinel::SetShortAddress(uint16_t aAddress) in SetShortAddress() function in ot::Spinel::RadioSpinel