ATT_Uuid_T
C
typedef struct ATT_Uuid_T { uint8_t uuid[ATT_MAX_UUID_SIZE]; uint8_t uuidLength; } ATT_Uuid_T;
Description
UUID parameters.
Field Documentation
Field | Description |
---|---|
uuid | The UUID. |
uuidLength | Length of the UUID. |
typedef struct ATT_Uuid_T { uint8_t uuid[ATT_MAX_UUID_SIZE]; uint8_t uuidLength; } ATT_Uuid_T;
UUID parameters.
Field | Description |
---|---|
uuid | The UUID. |
uuidLength | Length of the UUID. |