Client Characteristic Configuration definitions
C
#define NOTIFICATION (0x0001U) #define INDICATION (0x0002U)
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. |