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.

EnumeratorDescription
BLE_TRSPC_EVT_UL_STATUSTransparent Profile Uplink status update event. See BLE_TRSPC_EvtUplinkStatus_T for event details.
BLE_TRSPC_EVT_DL_STATUSTransparent Profile Downlink status update event. See BLE_TRSPC_EvtDownlinkStatus_T for event details.
BLE_TRSPC_EVT_RECEIVE_DATATransparent Profile Data Channel received notification event. See BLE_TRSPC_EvtReceiveData_T for event details.
BLE_TRSPC_EVT_VENDOR_CMDTransparent Profile vendor command received notification event. See BLE_TRSPC_EvtVendorCmd_T for event details.
BLE_TRSPC_EVT_VENDOR_CMD_RSPTransparent Profile Vendor command response received notification event. See BLE_TRSPC_EvtVendorCmdRsp_T for event details.
BLE_TRSPC_EVT_DISC_COMPLETETransparent Profile discovery complete event. See BLE_TRSPC_EvtDiscComplete_T for event details.
BLE_TRSPC_EVT_ERR_NO_MEMProfile internal error occurs due to insufficient heap memory.