Client Characteristic Configuration definitions
C
#define NOTIFICATION 0x0001 #define INDICATION 0x0002
Description
Defines the Client Characteristic Configuration bit field.
Macro Definition
| Macro | Description |
|---|---|
| NOTIFICATION | If set, the Characteristic Value shall be notified. |
| INDICATION | If set, the Characteristic Value shall be indicated. |
