// 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
No description available.
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.
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