// 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 referenceNo 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.
ParamsChannel parameters for the given direction of the channel
ExtraOptionsBufferSizeAmount of buffer required to retrieve the current extra options for the given direction