BTH_LOCAL_RADIO_INFO structure (bthioctl.h)
The BTH_LOCAL_RADIO_INFO structure contains information about the local Bluetooth system and radio.
Syntax
typedef struct _BTH_LOCAL_RADIO_INFO {
BTH_DEVICE_INFO localInfo;
ULONG flags;
USHORT hciRevision;
UCHAR hciVersion;
BTH_RADIO_INFO radioInfo;
} BTH_LOCAL_RADIO_INFO, *PBTH_LOCAL_RADIO_INFO;
Members
localInfo
A BTH_DEVICE_INFO structure that contains information about the local radio.
flags
A flag that indicates the state of the local radio. Both flags can be set at the same time. Possible values include:
LOCAL_RADIO_DISCOVERABLE
LOCAL_RADIO_CONNECTABLE
hciRevision
The minor version of the host controller interface (HCI).
hciVersion
The major version of the HCI.
radioInfo
A BTH_RADIO_INFO structure that contains information about the local radio device.
Remarks
The IOCTL_BTH_GET_LOCAL_INFO call's output buffer contains the information about the local Bluetooth system and radio.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Versions:_Supported in Windows Vista, and later. |
Header | bthioctl.h (include Bthioctl.h) |