BTH_LOCAL_RADIO_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bthioctl.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bthioctl-_bth_local_radio_info)

_BTH_LOCAL_RADIO_INFO structure

Description

The BTH_LOCAL_RADIO_INFO structure contains information about the local Bluetooth system and radio.

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.

See also

BTH_DEVICE_INFO

BTH_RADIO_INFO

IOCTL_BTH_GET_LOCAL_INFO