GATTS_CccdSetting_T

C

typedef struct GATTS_CccdSetting_T
{
    uint16_t    attrHandle;
    uint16_t    acceptableValue;
} GATTS_CccdSetting_T;

Description

Structure for Client Characteristic Configuration Descriptor (CCCD).

Field Documentation

FieldDescription
attrHandleHandle of the CCCD attribute.
acceptableValueAcceptable value for the CCCD to enable notifications or indications.