BLE_DM_EventField_T
C
typedef union
{
BLE_DM_EvtSecurityStart_T evtSecurityStart;
BLE_DM_EvtSecuritySuccess_T evtSecuritySuccess;
BLE_DM_EvtSecurityFail_T evtSecurityFail;
BLE_DM_EvtPairedDeviceFull_T evtPairedDevFull;
} BLE_DM_EventField_T;Description
Union of BLE_DM callback event data types.
Field Documentation
| Field | Description |
|---|---|
| evtSecurityStart | Data for BLE_DM_EVT_SECURITY_START event. |
| evtSecuritySuccess | Handles BLE_DM_EVT_SECURITY_SUCCESS event. |
| evtSecurityFail | Data for BLE_DM_EVT_SECURITY_FAIL event. |
| evtPairedDevFull | Data for BLE_DM_EVT_PAIRED_DEVICE_FULL event. |
