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.
Field Documentation
| Field | Description | 
|---|---|
| eventId | Event ID. | 
| eventField | Event field. | 
