BLE_SMP_Event_T
C
typedef struct BLE_SMP_Event_T { BLE_SMP_EventId_T eventId; BLE_SMP_EventField_T eventField; } BLE_SMP_Event_T;
Description
BLE SMP callback event structure.
Field Documentation
Field | Description |
---|---|
eventId | Identifier for the BLE SMP event type. See BLE_SMP_EventId_T. |
eventField | Union containing the data payload for the event. See BLE_SMP_EventField_T. |