1.1.2.1.2.3.25 GATTS_Attribute_T

C

typedef struct GATTS_Attribute_T
{
    uint8_t     *p_uuid;
    uint8_t     *p_value;
    uint16_t    *p_len;
    uint16_t    maxLen;
    uint8_t     settings;
    uint8_t     permissions;
} GATTS_Attribute_T;

Description

GATT attribute.

Field Documentation

FieldDescription
p_uuidPointer to the attribute's UUID (attribute type).
p_valuePointer to the attribute's value.
p_lenPointer to the length of the attribute's value.
maxLenMaximum length of attribute's value.
settingsAttribute settings.
permissionsAttribute permissions.