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, WINDOWS XP SP2 [데스크톱 앱만 해당]
지원되는 최소 서버 지원되는 버전 없음
머리글 bluetoothapis.h(Bthsdpdef.h, BluetoothAPIs.h 포함)

추가 정보

BLUETOOTH_FIND_RADIO_PARAMS

BluetoothFindFirstRadio

BluetoothFindNextRadio

BluetoothFindRadioClose

BluetoothGetRadioInfo

WSAGetLastError