-
2e186bf8
by Vibhav Pant at 2024-12-06T17:37:14+01:00
winebth.sys: Set radio PDO properties from the device's corresponding org.bluez.Adapter1 object properties.
-
0cd51cad
by Vibhav Pant at 2024-12-06T17:37:16+01:00
winebth.sys: Create new radio PDOs on receiving InterfacesAdded for objects that implement org.bluez.Adapter1.
The unix bluetooth watcher uses a message filter on the DBus connection to listen for
"InterfacesAdded" signals on DBus. If such a signal is received for an object, and the list of
interfaces includes org.bluez.Adapter1, queue a BLUETOOTH_WATCHER_EVENT_TYPE_RADIO_ADDED event.
-
3ad96cd4
by Vibhav Pant at 2024-12-06T17:37:17+01:00
winebth.sys: Remove the corresponding radio PDO on receiving InterfacesRemoved for a org.bluez.Adapter1 object.
-
9852a4cb
by Vibhav Pant at 2024-12-06T17:37:18+01:00
winebth.sys: Update radio PDO properties on receiving PropertiesChanged for an org.bluez.Adapter1 object.
-
977e00b3
by Vibhav Pant at 2024-12-06T17:39:24+01:00
winebth.sys: Implement IOCTL_BTH_GET_LOCAL_INFO.