BLE_TRCBPS_Event_T
C
typedef struct BLE_TRCBPS_Event_T
{
BLE_TRCBPS_EventId_T eventId;
BLE_TRCBPS_EventField_T eventField;
} BLE_TRCBPS_Event_T;Description
BLE Transparent Credit Based profile callback event.
Field Documentation
| Field | Description |
|---|---|
| eventId | Event ID. See BLE_TRCBPS_EventId_T. |
| eventField | Event field. |
