BLE Scan Interval Windows 10 - DeviceIoControl return false with Last error: 1784 - ERROR_INVALID_USER_BUFFER
20:09 06 Jul 2020

We need to tweak the BLE scan interval in windows 10 and found the solution in BLE Scan Interval Windows 10.

However when calling DeviceIoControl(handle, 0x41118c, ref req, 8, IntPtr.Zero, 0, out outsize, IntPtr.Zero); it always return false with the last error is 1784 - ERROR_INVALID_USER_BUFFER. And doesn't seems to affect the scan interval. Is there any suggestion to solve it please?

c# windows bluetooth-lowenergy