-
62eea61b
by Vibhav Pant at 2025-04-11T23:02:55+02:00
winebth.sys: Broadcast PnP event after updating properties for remote devices.
On receiving a BLUETOOTH_WATCHER_EVENT_TYPE_DEVICE_PROPERTIES_CHANGED event from Unix, broadcast a
GUID_BLUETOOTH_RADIO_IN_RANGE PnP event, containing the old and newly updated properties for the
remote device.
-
fb345b22
by Vibhav Pant at 2025-04-11T23:02:55+02:00
winebth.sys: Broadcast PnP event when remote devices are removed/lost.
On receiving a BLUETOOTH_WATCHER_EVENT_TYPE_DEVICE_REMOVED event from Unix, broadcast a
GUID_BLUETOOTH_RADIO_OUT_OF_RANGE PnP event for the device address that was removed.
-
dfa2f19d
by Vibhav Pant at 2025-04-11T23:02:55+02:00
winebth.sys: Broadcast GUID_BLUETOOTH_RADIO_IN_RANGE events for newly discovered remote devices as well.
Only broadcast the event when the remote device is not already known by the Unix Bluetooth service.