Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.h33 struct StoredAttribute { struct
35 static constexpr size_t kSizeOnDisk = 38;
36 uint16_t handle;
37 bluetooth::Uuid type;
39 union {
64 static void SerializeStoredAttribute(const StoredAttribute& attr, argument