Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_header_ie.hpp218 void SetSubType(uint8_t aSubType) { mSubType = aSubType; } in SetSubType() function in ot::Mac::VendorIeHeader
/openthread-latest/src/core/common/
Dmessage.hpp561 void SetSubType(SubType aSubType) { GetMetadata().mSubType = aSubType; } in SetSubType() function in ot::Message