1.1.2.1.2.3.35 GATTS_Service_T

C

typedef struct GATTS_Service_T
{
    struct GATTS_Service_T          *p_next;
    GATTS_Attribute_T               *p_attrList;
    GATTS_CccdSetting_T const       *p_cccdSetting;
    uint16_t                        startHandle;
    uint16_t                        endHandle;
    uint8_t                         cccdNumber;
} GATTS_Service_T;

Description

Service table parameters.

Field Documentation

FieldDescription
p_nextFor internal use only.
p_attrListPointer to attribute list in this service.
p_cccdSettingCCCD information of the service. Can be null.
startHandleThe handle of the first attribute in this group.
endHandleThe handle of the last attribute in this group.
cccdNumberNumber of CCCD in the service.