BLE_DM_Event_T
C
typedef struct  BLE_DM_Event_T
{
    BLE_DM_EventId_T                eventId;
    uint16_t                        connHandle;
    uint8_t                         peerDevId;
    BLE_DM_EventField_T             eventField;
} BLE_DM_Event_T;Description
BLE_DM callback event.
Field Documentation
| Field | Description | 
|---|---|
| eventId | Event ID. | 
| connHandle | Connection handle associated with this connection. | 
| peerDevId | Peer device ID. | 
| eventField | Event field. | 
