1.2.2.3.6.1.2.2 BLE_TRCBPS_EventId_T

C

typedef enum BLE_TRCBPS_EventId_T
{
    BLE_TRCBPS_EVT_CONNECTION_STATUS = 0x00,
    BLE_TRCBPS_EVT_RECEIVE_DATA,
    BLE_TRCBPS_EVT_VENDOR_CMD,
    BLE_TRCBPS_EVT_ERR_NO_MEM
} BLE_TRCBPS_EventId_T;

Description

Enumeration type of BLE Transparent Credit Based Profile callback events.

EnumeratorDescription
BLE_TRCBPS_EVT_CONNECTION_STATUSTransparent Credit Based Profile Data/Control Channel connection status update event. See BLE_TRCBPS_EvtConnStatus_T for event details.
BLE_TRCBPS_EVT_RECEIVE_DATATransparent Credit Based Profile Data Channel received notification event. See BLE_TRCBPS_EvtReceiveData_T for event details.
BLE_TRCBPS_EVT_VENDOR_CMDTransparent Credit Based Profile vendor command received notification event. See BLE_TRCBPS_EvtVendorCmd_T for event details.
BLE_TRCBPS_EVT_ERR_NO_MEMProfile internal error occurs due to insufficient heap memory.