Share via


BTH_REMOTE_VERSION (Windows CE 5.0)

Send Feedback

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 Application Development Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.