BLE_TRSPS_EventId_T

C

typedef enum BLE_TRSPS_EventId_T
{
    BLE_TRSPS_EVT_CTRL_STATUS,
    BLE_TRSPS_EVT_TX_STATUS,
    BLE_TRSPS_EVT_CBFC_ENABLED,
    BLE_TRSPS_EVT_CBFC_CREDIT,
    BLE_TRSPS_EVT_RECEIVE_DATA,
    BLE_TRSPS_EVT_VENDOR_CMD,
    BLE_TRSPS_EVT_ERR_UNSPECIFIED,
    BLE_TRSPS_EVT_ERR_NO_MEM,
}BLE_TRSPS_EventId_T;

Description

Enumeration of BLE Transparent Profile callback event types.

EnumeratorDescription
BLE_TRSPS_EVT_CTRL_STATUSControl Channel status update event. See BLE_TRSPS_EvtCtrlStatus_T for event details.
BLE_TRSPS_EVT_TX_STATUSData Channel transmit status event. See BLE_TRSPS_EvtTxStatus_T for event details.
BLE_TRSPS_EVT_CBFC_ENABLEDCredit-based flow control enabled event. See BLE_TRSPS_EvtCbfcEnabled_T for event details.
BLE_TRSPS_EVT_CBFC_CREDITCredit-based flow control credit update event. See BLE_TRSPS_EvtCbfcEnabled_T for event details.
BLE_TRSPS_EVT_RECEIVE_DATAData Channel received data event. See BLE_TRSPS_EvtReceiveData_T for event details.
BLE_TRSPS_EVT_VENDOR_CMDVendor command received event. See BLE_TRSPS_EvtVendorCmd_T for event details.
BLE_TRSPS_EVT_ERR_UNSPECIFIEDUnspecified internal error event.
BLE_TRSPS_EVT_ERR_NO_MEMInsufficient heap memory error event.