1.2.2.1.2.3.27 GATTS_CccdList_T

C

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

Description

CCCD list.

Field Documentation

FieldDescription
attrHandleThe attribute handle of the CCCD.
cccdValueValue of the CCCD.