BTH_LOCAL_VERSION (Compact 2013)

3/26/2014

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 version of the Bluetooth hardware. This value changes only when new versions of the Bluetooth hardware are created based on 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
    Sub-version of the current LMP in the Bluetooth hardware.
  • manufacturer
    Name of the Bluetooth hardware manufacturer.
  • lmp_features
    Bitmask list of LMP features.

    See "Feature Mask Definition" in the Core Specification v2.1 + EDR, Bluetooth web site.

Remarks

This structure is associated with the SO_BTH_GET_LOCAL_VER socket option. See getsockopt (Bluetooth).

Requirements

Header

ws2bth.h

See Also

Reference

Bluetooth Application Development Structures