CHANNEL_CONFIG_RESULTS_ENHANCED - NtDoc

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

typedef struct _CHANNEL_CONFIG_RESULTS_ENHANCED {
  CHANNEL_CONFIG_PARAMETERS_ENHANCED Params;
  ULONG                              ExtraOptionsBufferSize;
} CHANNEL_CONFIG_RESULTS_ENHANCED, *PCHANNEL_CONFIG_RESULTS_ENHANCED;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_CHANNEL_CONFIG_RESULTS_ENHANCED structure

Description

The CHANNEL_CONFIG_RESULTS_ENHANCED structure describes configuration parameters and the buffer size of any extra option for the inbound and outbound directions of an L2CAP channel.

Members

Params

Channel parameters for the given direction of the channel

ExtraOptionsBufferSize

Amount of buffer required to retrieve the current extra options for the given direction