GATT database change state
C
#define GATT_DB_CHANGE_AWARE (0x00U) #define GATT_DB_CHANGE_UNAWARE (0x01U)
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. |