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

FieldDescription
onCtrlStatusData for BLE_TRSPS_EVT_CTRL_STATUS event.
onTxStatusData for BLE_TRSPS_EVT_TX_STATUS event.
onCbfcEnabledData for BLE_TRSPS_EVT_CBFC_ENABLED event.
onReceiveDataData for BLE_TRSPS_EVT_RECEIVE_DATA event.
onVendorCmdData for BLE_TRSPS_EVT_VENDOR_CMD event.