Partager via


structure BLUETOOTH_RADIO_INFO (bluetoothapis.h)

La structure BLUETOOTH_RADIO_INFO contient des informations sur une radio Bluetooth.

Syntaxe

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;

Membres

dwSize

Taille, en octets, de la structure.

address

Adresse de la radio Bluetooth locale.

szName[BLUETOOTH_MAX_NAME_SIZE]

Nom de la radio Bluetooth locale.

ulClassofDevice

Classe d’appareil pour la radio Bluetooth locale.

lmpSubversion

Ce membre contient des données spécifiques aux fabricants d’appareils Bluetooth individuels.

manufacturer

Fabricant de la radio Bluetooth, exprimée sous la forme d’une valeur BTH_MFG_Xxx . Pour plus d’informations sur le document numéros attribués par Bluetooth et la liste actuelle des valeurs, consultez la spécification Bluetooth sur www.bluetooth.com.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista, Windows XP avec SP2 [applications de bureau uniquement]
Serveur minimal pris en charge Aucun pris en charge
En-tête bluetoothapis.h (inclure Bthsdpdef.h, BluetoothAPIs.h)

Voir aussi

BLUETOOTH_FIND_RADIO_PARAMS

BluetoothFindFirstRadio

BluetoothFindNextRadio

BluetoothFindRadioClose

BluetoothGetRadioInfo

WSAGetLastError