-
bbc590a9
by Vibhav Pant at 2025-07-11T18:26:31+02:00
winebth.sys: Create PDOs for remote Bluetooth devices.
-
012e11ae
by Vibhav Pant at 2025-07-11T18:26:44+02:00
winebth.sys: Store a list of GATT services discovered on LE devices.
Enable GUID_BLUETOOTHLE_DEVICE_INTERFACE for remote devices that have GATT services, and store them
on the PE driver.
-
2506b6e5
by Vibhav Pant at 2025-07-11T18:26:44+02:00
winebth.sys: Implement IOCTL_WINEBTH_LE_DEVICE_GET_GATT_SERVICES.
-
6da8c51b
by Vibhav Pant at 2025-07-11T18:26:44+02:00
bluetoothapis: Implement BluetoothGATTGetServices.
-
65408b64
by Vibhav Pant at 2025-07-11T18:26:44+02:00
bluetoothapis/tests: Add tests for BluetoothGATTGetServices.