Home
last modified time | relevance | path

Searched defs:ShortAddress (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/radio/
Dradio.hpp1045 inline void Radio::SetShortAddress(Mac::ShortAddress) {} in SetShortAddress()
1047 inline void Radio::SetAlternateShortAddress(Mac::ShortAddress) {} in SetAlternateShortAddress()
1120 inline Error Radio::AddSrcMatchShortEntry(Mac::ShortAddress) { return kErrorNone; } in AddSrcMatchShortEntry()
1124 inline Error Radio::ClearSrcMatchShortEntry(Mac::ShortAddress) { return kErrorNone; } in ClearSrcMatchShortEntry()
/external/openthread/src/core/mac/
Dmac_types.hpp71 typedef otShortAddress ShortAddress; typedef