BTH_REMOTE_VERSION (Compact 2013)
3/26/2014
This structure contains the version information of a remote Bluetooth device.
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
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_REMOTE_VER socket option. See getsockopt (Bluetooth).
Requirements
Header |
ws2bth.h |