bluetoothapis.h (BLUETOOTH_RADIO_INFO 结构)

BLUETOOTH_RADIO_INFO结构包含有关蓝牙无线电的信息。

语法

typedef struct _BLUETOOTH_RADIO_INFO {
  DWORD             dwSize;
  BLUETOOTH_ADDRESS address;
  WCHAR             szName[BLUETOOTH_MAX_NAME_SIZE];
  ULONG             ulClassofDevice;
  USHORT            lmpSubversion;
  USHORT            manufacturer;
} BLUETOOTH_RADIO_INFO, *PBLUETOOTH_RADIO_INFO;

成员

dwSize

结构的大小(以字节为单位)。

address

本地蓝牙无线电的地址。

szName[BLUETOOTH_MAX_NAME_SIZE]

本地蓝牙无线电的名称。

ulClassofDevice

本地蓝牙无线电的设备类。

lmpSubversion

此成员包含特定于单个蓝牙设备制造商的数据。

manufacturer

蓝牙无线电的制造商,表示为 BTH_MFG_Xxx 值。 有关蓝牙分配号码文档和当前值列表的详细信息,请参阅 www.bluetooth.com 中的蓝牙规范。

要求

要求
最低受支持的客户端 Windows Vista、Windows XP 和 SP2 [仅限桌面应用]
最低受支持的服务器 无受支持的版本
标头 bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h)

另请参阅

BLUETOOTH_FIND_RADIO_PARAMS

BluetoothFindFirstRadio

BluetoothFindNextRadio

BluetoothFindRadioClose

BluetoothGetRadioInfo

WSAGetLastError