GATT client features

C

#define GATT_ROBUST_CACHING                                 (0x01U)
#define GATT_EATT_BEARER                                    (0x02U)
#define GATT_MULTI_HANDLE_NOTI                              (0x04U)

Description

Defines the features supported by a GATT client as indicated in the Client Supported Features characteristic.

Macro Definition

MacroDescription
GATT_ROBUST_CACHINGIndicates support for robust caching by the client.
GATT_EATT_BEARERIndicates support for Enhanced ATT (EATT) bearer by the client.
GATT_MULTI_HANDLE_NOTIIndicates support for multiple handle value notifications by the client.