Home
last modified time | relevance | path

Searched defs:SetRadioType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.hpp1144 void SetRadioType(RadioType aRadioType) { mRadioType = static_cast<uint8_t>(aRadioType); } in SetRadioType() function in ot::Mac::Frame
/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.hpp1503 void SetRadioType(Mac::RadioType aRadioType) in SetRadioType() function in ot::Message