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 Client Characteristic Configuration Descriptor (CCCD) list. See GATTS_CccdList_T.
connHandleConnection handle associated with this connection.
numOfCccdNumber of CCCDs in the list.