1.2.2.3.6.1.1.6 TRCBPS status

C

#define BLE_TRCBPS_STATUS_STANDBY                         0x00
#define BLE_TRCBPS_STATUS_CONNECTING                      0x01
#define BLE_TRCBPS_STATUS_CONNECTED                       0x02
#define BLE_TRCBPS_STATUS_DISCONNECTING                   0x03

Description

The definition of BLE Transparent Credit Based Profile connection status.

Macro Definition

MacroDescription
BLE_TRCBPS_STATUS_STANDBYBLE TRCBPS is standby.
BLE_TRCBPS_STATUS_CONNECTINGBLE TRCBPS is connecting.
BLE_TRCBPS_STATUS_CONNECTEDBLE TRCBPS is connected.
BLE_TRCBPS_STATUS_DISCONNECTINGBLE TRCBPS is disconnecting.