|
typedef uint16_t | BleGattCCCDValue |
|
BLE GATT client characteristic configuration value definition.
◆ BLEGATT_CCCD_INDICATION
#define BLEGATT_CCCD_INDICATION 0x0002 |
The Characteristic shall be indicated.
◆ BLEGATT_CCCD_NONE
#define BLEGATT_CCCD_NONE 0x0000 |
Disabled notification/ indication.
◆ BLEGATT_CCCD_NOTIFICATION
#define BLEGATT_CCCD_NOTIFICATION 0x0001 |
The Characteristic shall be notified.
◆ BLEGATT_CCCD_NOTIFY_INDICATE
#define BLEGATT_CCCD_NOTIFY_INDICATE 0x0003 |
The Characteristic shall be both notified and indicated.