Skip to main content

GATT Architecture

GATT (Generic Attribute Profile) defines how BLE devices organize data.

Hierarchy

Levels

LevelDescription
ProfileCollection of services
ServiceGroups related characteristics
CharacteristicSingle data value
DescriptorMetadata

Properties

BitPropertyDescription
0x02ReadReadable
0x04Write No RespWrite without ACK
0x08WriteWrite with ACK
0x10NotifyServer notifications
0x20IndicateIndications with ACK