BTH_RADIO_INFO structure (bthioctl.h)
The BTH_RADIO_INFO structure contains information about a remote radio.
Syntax
typedef struct _BTH_RADIO_INFO {
ULONGLONG lmpSupportedFeatures;
USHORT mfg;
USHORT lmpSubversion;
UCHAR lmpVersion;
} BTH_RADIO_INFO, *PBTH_RADIO_INFO;
Members
lmpSupportedFeatures
A bitmap of Link Management Protocol (LMP) features that are supported by the local radio.
mfg
The identification of the manufacturer.
lmpSubversion
The minor version number for the LMP that is used by the local radio.
lmpVersion
The major version number for the LMP that is used by the local radio.
Remarks
The BTH_RADIO_INFO structure is returned as part of the output buffer of IOCTL_BTH_GET_LOCAL_INFO. The local radio information is returned in the radioInfo member of the BTH_LOCAL_RADIO_INFO structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Versions:_Supported in Windows Vista, and later. |
Header | bthioctl.h (include Bthioctl.h) |