Searched refs:mUseShortAddress (Results 1 – 2 of 2) sorted by relevance
113 bool IsIndirectSourceMatchShort(void) const { return mUseShortAddress; } in IsIndirectSourceMatchShort()114 void SetIndirectSourceMatchShort(bool aShort) { mUseShortAddress = aShort; } in SetIndirectSourceMatchShort()133 … bool mUseShortAddress : 1; // Indicates whether to use short or extended address. member in ot::IndirectSender::NeighborInfo
44 if (mUseShortAddress) in GetMacAddress()