Maximum UUID length definitions
C
#define ATT_MAX_UUID_SIZE ATT_UUID_LENGTH_16
Description
Defines the maximum length allowed for UUIDs in the GATT protocol.
Macro Definition
| Macro | Description |
|---|---|
| ATT_MAX_UUID_SIZE | Maximum size of a UUID in bytes. |
#define ATT_MAX_UUID_SIZE ATT_UUID_LENGTH_16
Defines the maximum length allowed for UUIDs in the GATT protocol.
| Macro | Description |
|---|---|
| ATT_MAX_UUID_SIZE | Maximum size of a UUID in bytes. |