CO_HEADER structure (bthddi.h)

The CO_HEADER structure is used to specify values for the Header member of the L2CAP_CONFIG_OPTION structure.

Syntax

typedef struct _CO_HEADER {
  CO_TYPE   Type;
  CO_LENGTH Length;
} CO_HEADER;

Members

Type

The type of the vendor-specific option stored in the L2CAP_CONFIG_OPTION structure. This can accept either an option or a hint.

Length

The size, in bytes, of the vendor-specific option stored in the L2CAP_CONFIG_OPTION structure.

Requirements

Requirement Value
Minimum supported client Versions:_Supported in Windows Vista, and later.
Header bthddi.h (include Bthddi.h)

See also

L2CAP_CONFIG_OPTION