// bthioctl.h
typedef struct _BTH_RADIO_INFO {
ULONGLONG lmpSupportedFeatures;
USHORT mfg;
USHORT lmpSubversion;
UCHAR lmpVersion;
} BTH_RADIO_INFO, *PBTH_RADIO_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The BTH_RADIO_INFO structure contains information about a remote radio.
lmpSupportedFeaturesA bitmap of Link Management Protocol (LMP) features that are supported by the local radio.
mfgThe identification of the manufacturer.
lmpSubversionThe minor version number for the LMP that is used by the local radio.
lmpVersionThe major version number for the LMP that is used by the local radio.
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.