BLE_TRCBPS_ChanType_T
C
typedef enum BLE_TRCBPS_ChanType_T
{
BLE_TRCBPS_UNKNOWN_CHAN = 0x00U,
BLE_TRCBPS_CTRL_CHAN,
BLE_TRCBPS_DATA_CHAN
} BLE_TRCBPS_ChanType_T;
Description
Enumeration for BLE Transparent Credit Based Profile channel types.
Enumerator | Description |
---|---|
BLE_TRCBPS_UNKNOWN_CHAN | Represents an unknown channel type. |
BLE_TRCBPS_CTRL_CHAN | Represents the Control Channel. |
BLE_TRCBPS_DATA_CHAN | Represents the Data Channel. |