Searched refs:aRadioTypes (Results 1 – 2 of 2) sorted by relevance
80 TxFrame &TxFrames::GetTxFrame(RadioTypes aRadioTypes) in GetTxFrame() argument90 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() argument143 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()
89 TxFrame &GetTxFrame(RadioTypes aRadioTypes);134 void SetRequiredRadioTypes(RadioTypes aRadioTypes) { mRequiredRadioTypes = aRadioTypes; } in SetRequiredRadioTypes() argument575 void Send(TxFrame &aFrame, RadioTypes aRadioTypes);