// bthddi.h
typedef struct _CHANNEL_CONFIG_PARAMETERS_ENHANCED {
ULONG Flags;
CO_MTU Mtu;
CO_FLUSHTO FlushTO;
ULONG NumExtraOptions;
PL2CAP_CONFIG_OPTION ExtraOptions;
L2CAP_FLOWSPEC Flow;
L2CAP_RETRANSMISSION_AND_FLOW_CONTROL RetransmissionAndFlow;
CO_FCS Fcs;
L2CAP_EXTENDED_FLOW_SPEC ExtendedFlowSpec;
CO_EXTENDED_WINDOW_SIZE ExtendedWindowSize;
} CHANNEL_CONFIG_PARAMETERS_ENHANCED, *PCHANNEL_CONFIG_PARAMETERS_ENHANCED;
View the official Windows Driver Kit DDI referenceNo description available.
The CHANNEL_CONFIG_PARAMETERS_ENHANCED structure describes configuration parameters for inbound and outbound directions of an L2CAP channel.
FlagsCombination of CFG_XXX flags.
MtuMTU for the direction.
FlushTOFlush timeout for the direction
NumExtraOptionsNumber of elements in the ExtraOptions array
ExtraOptionsArray of extra options
FlowQOS for the direction
RetransmissionAndFlowRetransmission and flow for the direction
FcsFrame check sequence
ExtendedFlowSpecExtended flow specification for the L2CAP channel. This member is reserved. Do not use.
ExtendedWindowSizeExtended window size. This member is reserved. Do not use.