Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp70 struct GattAttribute { struct
71 enum AttributeType {
77 GattAttribute(uint16_t handle, UUID uuid, int attrType) in GattAttribute() argument
80 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;