Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Dmac_frame.hpp178 uint8_t GetSubType(void) const { return mSubType; } in GetSubType() function in ot::Mac::VendorIeHeader
/external/openthread/src/core/common/
Dmessage.hpp506 SubType GetSubType(void) const { return static_cast<SubType>(GetMetadata().mSubType); } in GetSubType() function in ot::Message