BLUETOOTH_RADIO_INFO structure (bluetoothapis.h)
The BLUETOOTH_RADIO_INFO structure contains information about a Bluetooth radio.
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;
Members
dwSize
Size, in bytes, of the structure.
address
Address of the local Bluetooth radio.
szName[BLUETOOTH_MAX_NAME_SIZE]
Name of the local Bluetooth radio.
ulClassofDevice
Device class for the local Bluetooth radio.
lmpSubversion
This member contains data specific to individual Bluetooth device manufacturers.
manufacturer
Manufacturer of the Bluetooth radio, expressed as a BTH_MFG_Xxx value. For more information about the Bluetooth assigned numbers document and a current list of values, see the Bluetooth specification at www.bluetooth.com.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
Minimum supported server | None supported |
Header | bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h) |