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.

Field Documentation

FieldDescription
onUplinkStatusData for BLE_TRSPC_EVT_UL_STATUS event.
onDownlinkStatusData for BLE_TRSPC_EVT_DL_STATUS event.
onReceiveDataData for BLE_TRSPC_EVT_RECEIVE_DATA event.
onVendorCmdData for BLE_TRSPC_EVT_VENDOR_CMD event.
onVendorCmdRspData for BLE_TRSPC_EVT_VENDOR_CMD_RSP event.
onDiscCompleteData for BLE_TRSPC_EVT_DISC_COMPLETE event.