GATT database change state
C
#define GATT_DB_CHANGE_AWARE 0x00 #define GATT_DB_CHANGE_UNAWARE 0x01
Description
Defines the state of the GATT server's database with respect to its awareness of changes for a specific client.
Macro Definition
Macro | Description |
---|---|
GATT_DB_CHANGE_AWARE | Indicates that the GATT database is aware of changes for a specific client. |
GATT_DB_CHANGE_UNAWARE | Indicates that the GATT database is not aware of changes for a specific client. |