22 Aug
2024
22 Aug
'24
2:39 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). -- v5: ntoskrnl/tests: Add test for getting and setting device properties. ntoskrnl: Implement IoGetDevicePropertyData(). https://gitlab.winehq.org/wine/wine/-/merge_requests/6338