// 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
No description available.
This structure reserved for future use.
Flags
Reserved.
ServiceType
TokenRate
TokenBucketSize
PeakBandwidth
Latency
DelayVariation
View the official Windows Driver Kit DDI reference