// bthddi.h
typedef struct _CO_HEADER {
CO_TYPE Type;
CO_LENGTH Length;
} CO_HEADER;
View the official Windows Driver Kit DDI referenceNo description available.
The CO_HEADER structure is used to specify values for the Header member of the L2CAP_CONFIG_OPTION structure.
TypeThe type of the vendor-specific option stored in the L2CAP_CONFIG_OPTION structure. This can accept either an option or a hint.
LengthThe size, in bytes, of the vendor-specific option stored in the L2CAP_CONFIG_OPTION structure.