CHANNEL_CONFIG_RESULTS_ENHANCED structure (bthddi.h)
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.
Syntax
typedef struct _CHANNEL_CONFIG_RESULTS_ENHANCED {
CHANNEL_CONFIG_PARAMETERS_ENHANCED Params;
ULONG ExtraOptionsBufferSize;
} CHANNEL_CONFIG_RESULTS_ENHANCED, *PCHANNEL_CONFIG_RESULTS_ENHANCED;
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
Requirements
Requirement | Value |
---|---|
Minimum supported client | Versions:_Supported in Windows 8 and later versions of Windows |
Header | bthddi.h (include Bthddi.h) |