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

MacroDescription
GATT_DB_CHANGE_AWAREIndicates that the GATT database is aware of changes for a specific client.
GATT_DB_CHANGE_UNAWAREIndicates that the GATT database is not aware of changes for a specific client.