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.

EnumeratorDescription
BLE_TRCBPS_UNKNOWN_CHANRepresents an unknown channel type.
BLE_TRCBPS_CTRL_CHANRepresents the Control Channel.
BLE_TRCBPS_DATA_CHANRepresents the Data Channel.