GATTS_CccdSetting_T
C
typedef struct GATTS_CccdSetting_T
{
uint16_t attrHandle;
uint16_t acceptableValue;
} GATTS_CccdSetting_T;Description
Structure for Client Characteristic Configuration Descriptor (CCCD).
Field Documentation
| Field | Description |
|---|---|
| attrHandle | Handle of the CCCD attribute. |
| acceptableValue | Acceptable value for the CCCD to enable notifications or indications. |
