BLE_API  v2.1.3
BLE GATT Client Characteristic Configuration Value Definition

Macros

#define BLEGATT_CCCD_NONE   0x0000
 
#define BLEGATT_CCCD_NOTIFICATION   0x0001
 
#define BLEGATT_CCCD_INDICATION   0x0002
 
#define BLEGATT_CCCD_NOTIFY_INDICATE   0x0003
 

Typedefs

typedef uint16_t BleGattCCCDValue
 

Detailed Description

BLE GATT client characteristic configuration value definition.

Macro Definition Documentation

◆ 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.