GATTS_CccdList_T
C
typedef struct GATTS_CccdList_T
{
uint16_t attrHandle;
uint16_t cccdValue;
} GATTS_CccdList_T;Description
List of CCCD values for multiple characteristics.
Field Documentation
| Field | Description |
|---|---|
| attrHandle | Handle of the CCCD attribute. |
| cccdValue | Current value of the CCCD. |
