1.2.2.2.1.3.4 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

FieldDescription
eventIdEvent ID.
connHandleConnection handle associated with this connection.
peerDevIdPeer device ID.
eventFieldEvent field.