22 Aug
2024
22 Aug
'24
12:45 p.m.
IoGetDevicePropertyData is used to implement the `IOCTL_BTH_GET_DEVICE_INFO` Bluetooth IOCTL to fetch cached information for remote devices, without having to access the device extension pointer (which is arguably racy and more fragile). -- v3: ntoskrnl: Implement IoGetDevicePropertyData(). https://gitlab.winehq.org/wine/wine/-/merge_requests/6338