1.1.2.3.7.1.3.3 BLE_TRSPC_EventField_T

C

typedef union
{
    BLE_TRSPC_EvtUplinkStatus_T     onUplinkStatus;
    BLE_TRSPC_EvtDownlinkStatus_T   onDownlinkStatus;
    BLE_TRSPC_EvtReceiveData_T      onReceiveData;
    BLE_TRSPC_EvtVendorCmd_T        onVendorCmd;
    BLE_TRSPC_EvtVendorCmdRsp_T     onVendorCmdRsp;
    BLE_TRSPC_EvtDiscComplete_T     onDiscComplete;
} BLE_TRSPC_EventField_T;

Description

The union of BLE Transparent profile client event types.