[Git][wine/wine][master] 6 commits: winebth.sys: Support cancellation of pairing sessions via BlueZ.
Alexandre Julliard pushed to branch master at wine / wine Commits: dd99324e by Vibhav Pant at 2025-04-03T22:49:58+02:00 winebth.sys: Support cancellation of pairing sessions via BlueZ. If BlueZ calls the "Cancel" method on the pairing agent object registered by the driver, mark the currently active authentication request as canceled. - - - - - bdce1cec by Vibhav Pant at 2025-04-03T22:49:58+02:00 winebth.sys: Implement IOCTL_WINEBTH_RADIO_SEND_AUTH_RESPONSE. - - - - - 4f595eb2 by Vibhav Pant at 2025-04-03T22:49:58+02:00 bluetoothapis: Add stub for BluetoothSendAuthenticationResponseEx. - - - - - 04aabf6c by Vibhav Pant at 2025-04-03T22:49:58+02:00 bluetoothapis: Implement BluetoothSendAuthenticationResponseEx. - - - - - 5ec46da5 by Vibhav Pant at 2025-04-03T22:49:58+02:00 bluetoothapis/tests: Add tests for BluetoothSendAuthenticationResponseEx. - - - - - e2a9b2b5 by Vibhav Pant at 2025-04-03T22:49:59+02:00 winebth.sys: Allow service auth requests from BlueZ for authenticated devices. - - - - - 14 changed files: - dlls/bluetoothapis/bluetoothapis.spec - dlls/bluetoothapis/main.c - dlls/bluetoothapis/tests/Makefile.in - dlls/bluetoothapis/tests/device.c - dlls/bthprops.cpl/bthprops.cpl.spec - 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/bluetoothapis.h - include/wine/winebth.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/74fa802b01b5a39a0235ef8b76492d... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/74fa802b01b5a39a0235ef8b76492d... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)