1.1.2.1.2.3.4 GATT_EvtClientCccdListChange_T

C

typedef struct GATT_EvtClientCccdListChange_T
{
    GATTS_CccdList_T *p_cccdList;
    uint16_t         connHandle;
    uint8_t          numOfCccd;
} GATT_EvtClientCccdListChange_T;

Field Documentation

FieldDescription
p_cccdListPointer to the CCCD list.
connHandleConnection handle associated with this connection.
numOfCccdNumber of CCCDs in the List.