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
Field | Description |
---|---|
onUplinkStatus | Data for BLE_TRSPC_EVT_UL_STATUS event. |
onDownlinkStatus | Data for BLE_TRSPC_EVT_DL_STATUS event. |
onReceiveData | Data for BLE_TRSPC_EVT_RECEIVE_DATA event. |
onVendorCmd | Data for BLE_TRSPC_EVT_VENDOR_CMD event. |
onVendorCmdRsp | Data for BLE_TRSPC_EVT_VENDOR_CMD_RSP event. |
onDiscComplete | Data for BLE_TRSPC_EVT_DISC_COMPLETE event. |