On Wed Aug 21 20:50:19 2024 +0000, Elizabeth Figura wrote:
> Eh. I don't like "notify" as a noun, it's still kind of misleading. I
> guess "handle" is also ambiguous for that matter.
It might be too wordy, but what about `with_notify_registration`? I was initially thinking `with_hdevnotify`, but that's not very communicative either.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6315#note_79645
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).
--
v8: ntoskrnl/tests: Add test for getting and setting device properties.
ntoskrnl: Implement IoGetDevicePropertyData().
https://gitlab.winehq.org/wine/wine/-/merge_requests/6338