GATT_EvtClientCccdListChange_T
C
typedef struct GATT_EvtClientCccdListChange_T
{
GATTS_CccdList_T *p_cccdList;
uint16_t connHandle;
uint8_t numOfCccd;
} GATT_EvtClientCccdListChange_T;Description
Structure for the GATTS_EVT_CLIENT_CCCDLIST_CHANGE event.
Field Documentation
| Field | Description |
|---|---|
| p_cccdList | Pointer to the Client Characteristic Configuration Descriptor (CCCD) list. See GATTS_CccdList_T. |
| connHandle | Connection handle associated with this connection. |
| numOfCccd | Number of CCCDs in the list. |
