BLE_DD_Event_T
C
typedef struct BLE_DD_Event_T
{
BLE_DD_EventId_T eventId;
BLE_DD_EventField_T eventField;
} BLE_DD_Event_T;Description
BLE DD callback event structure.
Field Documentation
| Field | Description |
|---|---|
| eventId | Identifier for the type of event. See BLE_DD_EventId_T. |
| eventField | Union containing the event data. See BLE_DD_EventField_T. |
