BTH_COMMAND_HEADER structure (bthioctl.h)

The BTH_COMMAND_HEADER structure specifies header information for a vendor-specific HCI command.

Syntax

typedef struct _BTH_COMMAND_HEADER {
  USHORT OpCode;
  UCHAR  TotalParameterLength;
} BTH_COMMAND_HEADER, *PBTH_COMMAND_HEADER;

Members

OpCode

A USHORT value that specifies the operation code for the command.

TotalParameterLength

The size, in bytes, of the command payload, which is the data that follows the BTH_COMMAND_HEADER structure.

Remarks

The BTH_COMMAND_HEADER structure specifies header information in the HciHeader member of the BTH_VENDOR_SPECIFIC_COMMAND structure. It also provides the header information for the output of the IOCTL_BTH_HCI_VENDOR_COMMAND IOCTL.

Requirements

Requirement Value
Minimum supported client Versions:_Available in Windows Vista, and later versions of Windows.
Header bthioctl.h (include Bthioctl.h)

See also

BTH_VENDOR_SPECIFIC_COMMAND

IOCTL_BTH_HCI_VENDOR_COMMAND