GATT_EvtClientCccdListChange_T
C
typedef struct GATT_EvtClientCccdListChange_T
{
GATTS_CccdList_T *p_cccdList;
uint16_t connHandle;
uint8_t numOfCccd;
} GATT_EvtClientCccdListChange_T;Description
Data structure for GATTS_EVT_CLIENT_CCCDLIST_CHANGE event.
Field Documentation
| Field | Description |
|---|---|
| p_cccdList | Pointer to the CCCD list. |
| connHandle | Connection handle associated with this connection. |
| numOfCccd | Number of CCCDs in the List. |
