Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_links.cpp80 TxFrame &TxFrames::GetTxFrame(RadioTypes aRadioTypes) in GetTxFrame() argument
90 if (aRadioTypes.Contains(kRadioTypeIeee802154)) in GetTxFrame()
97 …if (aRadioTypes.Contains(kRadioTypeTrel) && ((frame == nullptr) || (frame->GetMtu() > mTxFrameTrel… in GetTxFrame()
103 mSelectedRadioTypes.Add(aRadioTypes); in GetTxFrame()
140 void Links::Send(TxFrame &aFrame, RadioTypes aRadioTypes) in Send() argument
143 if (aRadioTypes.Contains(kRadioTypeIeee802154) && mTxFrames.mTxFrame802154.IsEmpty()) in Send()
149 if (aRadioTypes.Contains(kRadioTypeTrel) && mTxFrames.mTxFrameTrel.IsEmpty()) in Send()
156 if (aRadioTypes.Contains(kRadioTypeIeee802154)) in Send()
162 if (aRadioTypes.Contains(kRadioTypeTrel)) in Send()
Dmac_links.hpp89 TxFrame &GetTxFrame(RadioTypes aRadioTypes);
134 void SetRequiredRadioTypes(RadioTypes aRadioTypes) { mRequiredRadioTypes = aRadioTypes; } in SetRequiredRadioTypes() argument
575 void Send(TxFrame &aFrame, RadioTypes aRadioTypes);