Searched defs:GattAttribute (Results 1 – 1 of 1) sorted by relevance
70 struct GattAttribute { struct71 enum AttributeType {77 GattAttribute(uint16_t handle, UUID uuid, int attrType) in GattAttribute() argument80 std::string ToLogString(void) in ToLogString()90 … uint16_t handle; // Attribute handle showed in application (fake attribute handle, used as index)91 uint16_t actualHandle; // Attribute handle in bluetooth stack (actual attribute handle)92 UUID uuid;93 int attrType;