BLE_TRCBPS_EventField_T
C
typedef union BLE_TRCBPS_EventField_T
{
BLE_TRCBPS_EvtConnStatus_T connStatus;
BLE_TRCBPS_EvtReceiveData_T onReceiveData;
BLE_TRCBPS_EvtVendorCmd_T onVendorCmd;
} BLE_TRCBPS_EventField_T;Description
The union of BLE Transparent Credit Based profile event types.
Field Documentation
| Field | Description |
|---|---|
| connStatus | Data for BLE_TRCBPS_EVT_CONNECTION_STATUS event. |
| onReceiveData | Data for BLE_TRCBPS_EVT_RECEIVE_DATA event. |
| onVendorCmd | Data for BLE_TRCBPS_EVT_VENDOR_CMD event. |
