1.1.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
Macro | Description |
---|---|
BLE_TRCBPS_STATUS_STANDBY | BLE TRCBPS is standby. |
BLE_TRCBPS_STATUS_CONNECTING | BLE TRCBPS is connecting. |
BLE_TRCBPS_STATUS_CONNECTED | BLE TRCBPS is connected. |
BLE_TRCBPS_STATUS_DISCONNECTING | BLE TRCBPS is disconnecting. |