GATT client features
C
#define GATT_ROBUST_CACHING 0x01 #define GATT_EATT_BEARER 0x02 #define GATT_MULTI_HANDLE_NOTI 0x04
Description
The definition of client features in client supported features characteristic in GATT Service.
Macro Definition
Macro | Description |
---|---|
GATT_ROBUST_CACHING | Indicates support for robust caching by the client. |
GATT_EATT_BEARER | Indicates support for Enhanced ATT (EATT) bearer by the client. |
GATT_MULTI_HANDLE_NOTI | Indicates support for multiple handle value notifications by the client. |