BLE_TRSPC_Event_T
C
typedef struct BLE_TRSPC_Event_T
{
BLE_TRSPC_EventId_T eventId;
BLE_TRSPC_EventField_T eventField;
} BLE_TRSPC_Event_T;Description
BLE Transparent profile client callback event.
Field Documentation
| Field | Description |
|---|---|
| eventId | Identifier of the event. See BLE_TRSPC_EventId_T. |
| eventField | Data associated with the event. See BLE_TRSPC_EventField_T. |
