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

FieldDescription
p_cccdListPointer to the Client Characteristic Configuration Descriptor (CCCD) list. See GATTS_CccdList_T.
connHandleConnection handle associated with this connection.
numOfCccdNumber of CCCDs in the list.