GATTS_CccdSetting_T
C
typedef struct GATTS_CccdSetting_T
{
    uint16_t    attrHandle;
    uint16_t    acceptableValue;
} GATTS_CccdSetting_T;Description
CCCD parameters.
Field Documentation
| Field | Description | 
|---|---|
| attrHandle | The attribute handle of the CCCD. | 
| acceptableValue | The acceptable value of the CCCD. | 
