esp_attr_desc_t struct
Defines an attribute's description. This structure is used to describe an attribute in the GATT database. It includes details such as the UUID of the attribute, its permissions, and its value.
Fields
Length of the UUID in bytes.
Pointer to the UUID value.
Attribute permissions, defined by esp_gatt_perm_t.
Maximum length of the attribute's value.
Current length of the attribute's value.
Pointer to the attribute's value array.
![]()
typedef struct