// bthddi.h
typedef struct _CHANNEL_CONFIG_RESULTS {
CHANNEL_CONFIG_PARAMETERS Params;
ULONG ExtraOptionsBufferSize;
} CHANNEL_CONFIG_RESULTS, *PCHANNEL_CONFIG_RESULTS;
View the official Windows Driver Kit DDI reference
No description available.
The CHANNEL_CONFIG_RESULTS structure contains configuration parameters and the buffer size of any extra options for the inbound and outbound directions of a L2CAP channel.
Params
A CHANNEL_CONFIG_PARAMETERS structure that contains the parameters for the specified direction of the channel.
ExtraOptionsBufferSize
The size, in bytes, required in the buffer to retrieve the current extra options for the specified direction.
The CHANNEL_CONFIG_RESULTS structure is passed in the InResults and OutResults members of the _BRB_L2CA_OPEN_CHANNEL structure.