-
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.