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 | The client supports robust caching. |
| GATT_EATT_BEARER | The client supports enhanced ATT bearer. |
| GATT_MULTI_HANDLE_NOTI | The client supports multiple handle value notifications. |
