Share via


BTH_REMOTE_VERSION

This structure contains information about the version information of the remote Bluetooth device. The Link Manager is responsible for obtaining this information.

typedef struct _BTH_REMOTE_VERSION {
  unsigned char lmp_version;
  unsigned short lmp_subversion; 
  unsigned short manufacturer; 
  unsigned char lmp_features[8];
} BTH_REMOTE_VERSION, *PBTH_REMOTE_VERSION;

Members

  • lmp_version
    Version of the current 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.