Share via


BTH_REMOTE_VERSION (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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

Header ws2bth.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Bluetooth Application Development Structures