BLE_TRCBPS_EventId_T

C

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

Description

Enumeration for BLE Transparent Credit Based Profile callback event identifiers.

EnumeratorDescription
BLE_TRCBPS_EVT_CONNECTION_STATUSEvent indicating a change in connection status. Details are provided in BLE_TRCBPS_EvtConnStatus_T.
BLE_TRCBPS_EVT_RECEIVE_DATAEvent indicating that data has been received on the Data Channel. Details are provided in BLE_TRCBPS_EvtReceiveData_T.
BLE_TRCBPS_EVT_VENDOR_CMDEvent indicating that a vendor-specific command has been received. Details are provided in BLE_TRCBPS_EvtVendorCmd_T.
BLE_TRCBPS_EVT_ERR_NO_MEMEvent indicating an internal error due to insufficient heap memory.