GATTS_CccdList_T
C
typedef struct GATTS_CccdList_T
{
    uint16_t    attrHandle;
    uint16_t    cccdValue;
} GATTS_CccdList_T;Description
CCCD list.
Field Documentation
| Field | Description | 
|---|---|
| attrHandle | The attribute handle of the CCCD. | 
| cccdValue | Value of the CCCD. | 
