BTH_LOCAL_VERSION (Windows Embedded CE 6.0)
1/6/2010
This structure contains the version information for the local Bluetooth device.
Syntax
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
Header | ws2bth.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |