TRCPBS status

C

#define BLE_TRCBPS_STATUS_STANDBY                         (0x00U)
#define BLE_TRCBPS_STATUS_CONNECTING                      (0x01U)
#define BLE_TRCBPS_STATUS_CONNECTED                       (0x02U)
#define BLE_TRCBPS_STATUS_DISCONNECTING                   (0x03U)

Description

Defines the connection status for the BLE Transparent Credit-Based Profile.

Macro Definition

MacroDescription
BLE_TRCBPS_STATUS_STANDBYIndicating no current L2CAP credit based connection.
BLE_TRCBPS_STATUS_CONNECTINGIndicating an L2CAP credit based connection is in the process of being established.
BLE_TRCBPS_STATUS_CONNECTEDIndicating an L2CAP credit based connection has been successfully established.
BLE_TRCBPS_STATUS_DISCONNECTINGIndicating an L2CAP credit based connection is in the process of being disconnected.