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.
Enumerator | Description |
---|---|
BLE_TRSPS_EVT_CTRL_STATUS | Control Channel status update event. See BLE_TRSPS_EvtCtrlStatus_T for event details. |
BLE_TRSPS_EVT_TX_STATUS | Data Channel transmit status event. See BLE_TRSPS_EvtTxStatus_T for event details. |
BLE_TRSPS_EVT_CBFC_ENABLED | Credit-based flow control enabled event. See BLE_TRSPS_EvtCbfcEnabled_T for event details. |
BLE_TRSPS_EVT_CBFC_CREDIT | Credit-based flow control credit update event. See BLE_TRSPS_EvtCbfcEnabled_T for event details. |
BLE_TRSPS_EVT_RECEIVE_DATA | Data Channel received data event. See BLE_TRSPS_EvtReceiveData_T for event details. |
BLE_TRSPS_EVT_VENDOR_CMD | Vendor command received event. See BLE_TRSPS_EvtVendorCmd_T for event details. |
BLE_TRSPS_EVT_ERR_UNSPECIFIED | Unspecified internal error event. |
BLE_TRSPS_EVT_ERR_NO_MEM | Insufficient heap memory error event. |