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
Macro | Description |
---|---|
BLE_TRCBPS_STATUS_STANDBY | Indicating no current L2CAP credit based connection. |
BLE_TRCBPS_STATUS_CONNECTING | Indicating an L2CAP credit based connection is in the process of being established. |
BLE_TRCBPS_STATUS_CONNECTED | Indicating an L2CAP credit based connection has been successfully established. |
BLE_TRCBPS_STATUS_DISCONNECTING | Indicating an L2CAP credit based connection is in the process of being disconnected. |