Share via


BTH_LOCAL_VERSION

This structure contains the version information for the local Bluetooth device.

typedef struct _BTH_LOCAL_VERSION {
  unsigned char hci_version;
  unsigned short hci_revision; 
  unsigned char lmp_version;
  unsigned short lmp_subversion; 
  unsigned short manufacturer; 
  unsigned char lmp_features[8];
} BTH_LOCAL_VERSION, *PBTH_LOCAL_VERSION;

Members

  • hci_version
    Major hardware version of the Bluetooth hardware. This value changes only when new versions of the Bluetooth hardware are created for the new Bluetooth Special Interest Group (SIG) specifications.
  • hci_revision
    Revision of the current Host Controller Interface (HCI) in the Bluetooth hardware.
  • lmp_version
    Version of the current Link Manager Protocol (LMP) in the Bluetooth hardware.
  • lmp_subversion
    Subversion of the current LMP in the Bluetooth hardware.
  • manufacturer
    Name of the Bluetooth hardware manufacturer.
  • lmp_features
    Bitmask list of LMP features.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ws2bth.h.

See Also

Bluetooth Structures

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.