-
6c8921b5
by Vibhav Pant at 2026-05-20T22:41:59+02:00
winebth.sys: Fix potential NULL deref in bluez_gatt_characteristic_value_free.
-
34740c93
by Vibhav Pant at 2026-05-20T22:41:59+02:00
winebth.sys: Push newly enumerated bluetooth devices directly to the watcher event queue.
Instead of keeping separating lists of bluez_init_entry for enumerated objects, use the event
watcher queue to push BLUETOOTH_WATCHER events for enumerated objects we're interested in.
-
3881915e
by Vibhav Pant at 2026-05-20T22:41:59+02:00
winebth.sys: Factor code for handling new BlueZ objects into bluez_handle_new_object.
-
cf80269f
by Vibhav Pant at 2026-05-20T22:41:59+02:00
winebth.sys: Perform initial device enumeration inside a DBusPendingCall callback.
Instead of checking the status of the GetManagedObjects call on every main loop iteration, use the
notification callback functionality of DBusPendingCall to perform enumeration.