Searched defs:StoredAttribute (Results 1 – 1 of 1) sorted by relevance
33 struct StoredAttribute { struct35 static constexpr size_t kSizeOnDisk = 38;36 uint16_t handle;37 bluetooth::Uuid type;39 union {64 static void SerializeStoredAttribute(const StoredAttribute& attr, argument