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 structure.

Field Documentation

FieldDescription
eventIdIdentifier for the event.
connHandleConnection handle associated with this connection.
peerDevIdIdentifier for the peer device.
eventFieldUnion containing event-specific data.