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
| Field | Description |
|---|---|
| eventId | Identifier for the event. |
| connHandle | Connection handle associated with this connection. |
| peerDevId | Identifier for the peer device. |
| eventField | Union containing event-specific data. |
