1.2.2.3.7.2.2.1 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 type of BLE transparent profile callback events.
Enumerator | Description |
---|---|
BLE_TRSPS_EVT_CTRL_STATUS | Transparent Profile Control Channel status update event. See BLE_TRSPS_EvtCtrlStatus_T for event details. |
BLE_TRSPS_EVT_TX_STATUS | Transparent Profile Data Channel transmit status event. See BLE_TRSPS_EvtTxStatus_T for event details. |
BLE_TRSPS_EVT_CBFC_ENABLED | Transparent Profile Credit based flow control enable notification event. See BLE_TRSPS_EvtCbfcEnabled_T for event details. |
BLE_TRSPS_EVT_CBFC_CREDIT | Transparent Profile Credit based flow control credit update event. See BLE_TRSPS_EvtCbfcEnabled_T for event details. |
BLE_TRSPS_EVT_RECEIVE_DATA | Transparent Profile Data Channel received notification event. See BLE_TRSPS_EvtReceiveData_T for event details. |
BLE_TRSPS_EVT_VENDOR_CMD | Transparent Profile vendor command received notification event. See BLE_TRSPS_EvtVendorCmd_T for event details. |
BLE_TRSPS_EVT_ERR_UNSPECIFIED | Profile internal unspecified error occurs. |
BLE_TRSPS_EVT_ERR_NO_MEM | Profile internal error occurs due to insufficient heap memory. |