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.
Enumerator | Description |
---|---|
BLE_TRCBPS_EVT_CONNECTION_STATUS | Event indicating a change in connection status. Details are provided in BLE_TRCBPS_EvtConnStatus_T. |
BLE_TRCBPS_EVT_RECEIVE_DATA | Event indicating that data has been received on the Data Channel. Details are provided in BLE_TRCBPS_EvtReceiveData_T. |
BLE_TRCBPS_EVT_VENDOR_CMD | Event indicating that a vendor-specific command has been received. Details are provided in BLE_TRCBPS_EvtVendorCmd_T. |
BLE_TRCBPS_EVT_ERR_NO_MEM | Event indicating an internal error due to insufficient heap memory. |