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 | Event ID. | 
| eventField | Event field. | 
