Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BLUETOOTH_ADDRESS_STRUCT structure (bluetoothapis.h)

The BLUETOOTH_ADDRESS structure provides the address of a Bluetooth device.

Syntax

typedef struct _BLUETOOTH_ADDRESS {
 union {
 BTH_ADDR ullLong;
 BYTE rgBytes[6];
 };
} BLUETOOTH_ADDRESS_STRUCT;

Members

ullLong

Address of a Bluetooth device.

rgBytes[6]

Address of a Bluetooth device, expressed as an array of bytes.

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)

Feedback

Was this page helpful?

Additional resources