BLE_TRSPS_EventField_T
C
typedef union
{
BLE_TRSPS_EvtCtrlStatus_T onCtrlStatus;
BLE_TRSPS_EvtTxStatus_T onTxStatus;
BLE_TRSPS_EvtCbfcEnabled_T onCbfcEnabled;
BLE_TRSPS_EvtReceiveData_T onReceiveData;
BLE_TRSPS_EvtVendorCmd_T onVendorCmd;
} BLE_TRSPS_EventField_T;Description
Union of BLE Transparent profile server event types.
Field Documentation
| Field | Description |
|---|---|
| onCtrlStatus | Data for BLE_TRSPS_EVT_CTRL_STATUS event. |
| onTxStatus | Data for BLE_TRSPS_EVT_TX_STATUS event. |
| onCbfcEnabled | Data for BLE_TRSPS_EVT_CBFC_ENABLED event. |
| onReceiveData | Data for BLE_TRSPS_EVT_RECEIVE_DATA event. |
| onVendorCmd | Data for BLE_TRSPS_EVT_VENDOR_CMD event. |
