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
| Field | Description |
|---|---|
| eventId | Identifier for the GATT event. See GATT_EventId_T. |
| eventField | Union containing the data payload for the event. See GATT_EventField_T. |
