BLE_SCM_Event_T
C
typedef struct BLE_SCM_Event_T { BLE_SCM_EventId_T eventId; BLE_SCM_EventField_T eventField; } BLE_SCM_Event_T;
Description
BLE_SCM callback event structure.
Field Documentation
Field | Description |
---|---|
eventId | Identifier for the event. See BLE_SCM_EventId_T. |
eventField | Data associated with the event. See BLE_SCM_EventField_T. |