L2CAP_EXTENDED_FLOW_SPEC - NtDoc

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

typedef struct _L2CAP_EXTENDED_FLOW_SPEC {
  UCHAR  Identifier;
  UCHAR  ServiceType;
  USHORT MaxSDUSize;
  ULONG  SDUInterArrivalTime;
  ULONG  AccessLatency;
  ULONG  FlushTimeout;
} L2CAP_EXTENDED_FLOW_SPEC, *PL2CAP_EXTENDED_FLOW_SPEC;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_L2CAP_EXTENDED_FLOW_SPEC structure

Description

The L2CAP_EXTENDED_FLOW_SPEC is reserved for future use.

Members

Identifier

Reserved. Do not use.

ServiceType

Reserved. Do not use.

MaxSDUSize

Reserved. Do not use.

SDUInterArrivalTime

Reserved. Do not use.

AccessLatency

Reserved. Do not use.

FlushTimeout

Reserved. Do not use.