Home
last modified time | relevance | path

Searched refs:mUseShortAddress (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/thread/
Dindirect_sender.hpp109 bool IsIndirectSourceMatchShort(void) const { return mUseShortAddress; } in IsIndirectSourceMatchShort()
110 void SetIndirectSourceMatchShort(bool aShort) { mUseShortAddress = aShort; } in SetIndirectSourceMatchShort()
129 … bool mUseShortAddress : 1; // Indicates whether to use short or extended address. member in ot::IndirectSender::ChildInfo
Dindirect_sender.cpp50 if (mUseShortAddress) in GetMacAddress()