GATTS_CccdList_T

C

typedef struct GATTS_CccdList_T
{
    uint16_t    attrHandle;
    uint16_t    cccdValue;
} GATTS_CccdList_T;

Description

List of CCCD values for multiple characteristics.

Field Documentation

FieldDescription
attrHandleHandle of the CCCD attribute.
cccdValueCurrent value of the CCCD.