Source position: jwabluetoothapis.pas line 85
type _BLUETOOTH_ADDRESS = record
case Integer of
0: (
ullLong: BTH_ADDR;
);
1: (
rgBytes: array [0..5] of Byte;
end;