Alexandre Julliard pushed to branch master at wine / wine
Commits: f94488b8 by Vibhav Pant at 2025-03-14T20:47:48+01:00 winebth.sys: Remove the first 2 zero bytes after byte-swapping Bluetooth addresses.
A Bluetooth address consists of 6 bytes, while a BTH_ADDR is 8 bytes.
- - - - - b528ee09 by Vibhav Pant at 2025-03-14T20:47:50+01:00 winebth.sys: Implement IOCTL_WINEBTH_RADIO_START_DISCOVERY.
- - - - - d6864438 by Vibhav Pant at 2025-03-14T20:47:52+01:00 winebth.sys: Implement IOCTL_WINEBTH_RADIO_STOP_DISCOVERY.
- - - - - 6fb5e3a3 by Vibhav Pant at 2025-03-14T20:47:54+01:00 bluetoothapis: Implement BluetoothFindFirstDevice and BluetoothFindDeviceClose.
- - - - - 15ed5869 by Vibhav Pant at 2025-03-14T20:47:54+01:00 bluetoothapis/tests: Add tests for BluetoothFindFirstDevice, BluetoothFindDeviceClose.
- - - - - ffdae50d by Vibhav Pant at 2025-03-14T20:47:54+01:00 bluetoothapis: Implement BluetoothFindNextDevice.
- - - - - 4cd3eb35 by Vibhav Pant at 2025-03-14T20:47:54+01:00 bluetoothapis/tests: Add tests for BluetoothFindNextDevice.
- - - - -
11 changed files:
- dlls/bluetoothapis/main.c - dlls/bluetoothapis/tests/Makefile.in - + dlls/bluetoothapis/tests/device.c - dlls/winebth.sys/dbus.c - dlls/winebth.sys/unixlib.c - dlls/winebth.sys/unixlib.h - dlls/winebth.sys/unixlib_priv.h - dlls/winebth.sys/winebluetooth.c - dlls/winebth.sys/winebth.c - dlls/winebth.sys/winebth_priv.h - include/wine/winebth.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5d7db9a718463436dc518483754344...