L2CAP_FLOWSPEC - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bthddi.h

typedef struct _L2CAP_FLOWSPEC {
  UCHAR Flags;
  UCHAR ServiceType;
  ULONG TokenRate;
  ULONG TokenBucketSize;
  ULONG PeakBandwidth;
  ULONG Latency;
  ULONG DelayVariation;
} L2CAP_FLOWSPEC, *PL2CAP_FLOWSPEC;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bthddi-_l2cap_flowspec)

_L2CAP_FLOWSPEC structure

Description

This structure reserved for future use.

Members

Flags

Reserved.

ServiceType

Reserved.

TokenRate

Reserved.

TokenBucketSize

Reserved.

PeakBandwidth

Reserved.

Latency

Reserved.

DelayVariation

Reserved.