Searched refs:mUseShortAddress (Results 1 – 2 of 2) sorted by relevance
109 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
50 if (mUseShortAddress) in GetMacAddress()