1.2.2.3.7.1.2.1 BLE_TRSPC_EventId_T
C
typedef enum BLE_TRSPC_EventId_T
{
BLE_TRSPC_EVT_UL_STATUS,
BLE_TRSPC_EVT_DL_STATUS,
BLE_TRSPC_EVT_RECEIVE_DATA,
BLE_TRSPC_EVT_VENDOR_CMD,
BLE_TRSPC_EVT_VENDOR_CMD_RSP,
BLE_TRSPC_EVT_DISC_COMPLETE,
BLE_TRSPC_EVT_ERR_NO_MEM,
}BLE_TRSPC_EventId_T;Description
Enumeration type of BLE transparent profile callback events.
| Enumerator | Description |
|---|---|
| BLE_TRSPC_EVT_UL_STATUS | Transparent Profile Uplink status update event. See BLE_TRSPC_EvtUplinkStatus_T for event details. |
| BLE_TRSPC_EVT_DL_STATUS | Transparent Profile Downlink status update event. See BLE_TRSPC_EvtDownlinkStatus_T for event details. |
| BLE_TRSPC_EVT_RECEIVE_DATA | Transparent Profile Data Channel received notification event. See BLE_TRSPC_EvtReceiveData_T for event details. |
| BLE_TRSPC_EVT_VENDOR_CMD | Transparent Profile vendor command received notification event. See BLE_TRSPC_EvtVendorCmd_T for event details. |
| BLE_TRSPC_EVT_VENDOR_CMD_RSP | Transparent Profile Vendor command response received notification event. See BLE_TRSPC_EvtVendorCmdRsp_T for event details. |
| BLE_TRSPC_EVT_DISC_COMPLETE | Transparent Profile discovery complete event. See BLE_TRSPC_EvtDiscComplete_T for event details. |
| BLE_TRSPC_EVT_ERR_NO_MEM | Profile internal error occurs due to insufficient heap memory. |
