BTH_REMOTE_VERSION
A version of this page is also available for
4/8/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 |
Windows Mobile | Windows Mobile Version 5.0 and later |