GATT_Event_T

C

typedef struct  GATT_Event_T
{
    GATT_EventId_T          eventId;
    GATT_EventField_T       eventField;
} GATT_Event_T;

Description

GATT callback event structure.

Field Documentation

FieldDescription
eventIdIdentifier for the GATT event. See GATT_EventId_T.
eventFieldUnion containing the data payload for the event. See GATT_EventField_T.