TI BLE5-Stack API Documentation  9.14.00
Data Fields
attAttribute_t Struct Reference

GATT Attribute format. More...

Data Fields

uint16 handle
 Attribute handle - assigned internally by attribute server. More...
 
uint8 permissions
 Attribute permissions. More...
 
uint8 *const pValue
 
gattAttrType_t type
 Attribute type (2 or 16 octet UUIDs) More...
 

Detailed Description

GATT Attribute format.

Note
The list must start with a Service attribute followed by all attributes associated with this Service attribute.

Field Documentation

§ handle

uint16 handle

Attribute handle - assigned internally by attribute server.

§ permissions

uint8 permissions

Attribute permissions.

§ pValue

uint8* const pValue

Attribute value - encoding of the octet array is defined in the applicable profile. The maximum length of an attribute value shall be 512 octets.

§ type

Attribute type (2 or 16 octet UUIDs)


The documentation for this struct was generated from the following file:
© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale