次の方法で共有


BLUETOOTH_RADIO_INFO構造体 (bluetoothapis.h)

BLUETOOTH_RADIO_INFO構造体には、Bluetooth 無線に関する情報が含まれています。

構文

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

ローカル Bluetooth 無線のアドレス。

szName[BLUETOOTH_MAX_NAME_SIZE]

ローカル Bluetooth 無線の名前。

ulClassofDevice

ローカル Bluetooth 無線のデバイス クラス。

lmpSubversion

このメンバーには、個々の Bluetooth デバイスの製造元に固有のデータが含まれています。

manufacturer

BTH_MFG_Xxx値として表される Bluetooth 無線の製造元。 Bluetooth 割り当て番号のドキュメントと現在の値の一覧の詳細については、 www.bluetooth.com の Bluetooth 仕様に関するページを参照してください。

要件

要件
サポートされている最小のクライアント Windows Vista、SP2 を使用した Windows XP [デスクトップ アプリのみ]
サポートされている最小のサーバー サポートなし
Header bluetoothapis.h (Bthsdpdef.h、BluetoothAPIs.h を含む)

こちらもご覧ください

BLUETOOTH_FIND_RADIO_PARAMS

BluetoothFindFirstRadio

BluetoothFindNextRadio

BluetoothFindRadioClose

BluetoothGetRadioInfo

WSAGetLastError