BLUETOOTH_RADIO_INFO-Struktur (bluetoothapis.h)

Die BLUETOOTH_RADIO_INFO-Struktur enthält Informationen zu einem Bluetooth-Funkgerät.

Syntax

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;

Member

dwSize

Größe der Struktur in Bytes.

address

Adresse des lokalen Bluetooth-Funkgeräts.

szName[BLUETOOTH_MAX_NAME_SIZE]

Name des lokalen Bluetooth-Funkgeräts.

ulClassofDevice

Geräteklasse für das lokale Bluetooth-Funkgerät.

lmpSubversion

Dieses Element enthält Daten, die für einzelne Bluetooth-Gerätehersteller spezifisch sind.

manufacturer

Hersteller des Bluetooth-Funkgeräts, ausgedrückt als BTH_MFG_Xxx Wert. Weitere Informationen zum Dokument für bluetooth zugewiesene Nummern und eine aktuelle Liste von Werten finden Sie in der Bluetooth-Spezifikation unter www.bluetooth.com.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows Vista, Windows XP mit SP2 [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Nicht unterstützt
Kopfzeile bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h)

Weitere Informationen

BLUETOOTH_FIND_RADIO_PARAMS

BluetoothFindFirstRadio

BluetoothFindNextRadio

BluetoothFindRadioClose

BluetoothGetRadioInfo

WSAGetLastError