struct LGATTAttributeData : public LGATTData { uint16_t handle; LGATTUUID uuid; boolean failed; };
struct LGATTAttributeData : public LGATTData { uint16_t handle; LGATTUUID uuid; boolean failed; };
This represents information about a characteristic or a descriptor.
LGATTServer.h
|
Members |
Description |
|
uint16_t handle; |
The handle of the attribute and it's required in LGATTServer.sendIndication(). |
|
LGATTUUID uuid; |
The attribute UUID. |
|
boolean failed; |
Indicates if the transaction failed or not. |