BLE_TRSPS_Event_T
C
typedef struct BLE_TRSPS_Event_T
{
BLE_TRSPS_EventId_T eventId;
BLE_TRSPS_EventField_T eventField;
} BLE_TRSPS_Event_T;Description
BLE Transparent profile server callback event.
Field Documentation
| Field | Description |
|---|---|
| eventId | Identifier of the event. See BLE_TRSPS_EventId_T. |
| eventField | Data associated with the event. See BLE_TRSPS_EventField_T. |
