Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Dlink_metrics_types.hpp150 static bool IsExtended(uint8_t aTypeId) { return (aTypeId & kExtendedFlag); } in IsExtended()
163 static uint8_t GetValueLength(uint8_t aTypeId) in GetValueLength()
176 … static void MarkAsReserved(uint8_t &aTypeId) { aTypeId = (aTypeId & ~kTypeMask) | kTypeReserved; } in MarkAsReserved()