1.2.2.1.2.3.1 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

FieldDescription
uuidThe UUID.
uuidLengthLength of the UUID.