CarterAppleton / Win10Win32Bluetooth

Windows 10 Desktop App to view Bluetooth LE advertisements in real time with WinRT APIs.
59 stars 17 forks source link

Project broken on Win10 15063 (Creators Update) due to MS Bug #1

Open qdot opened 7 years ago

qdot commented 7 years ago

Just to let you know, your example runs on Creators Update right now, but will stall if anyone tries to call BluetoothLEDevice.FromBluetoothAddressAsync. This is due to a security bug in the Bluetooth APIs. See

https://social.msdn.microsoft.com/Forums/en-US/58da3fdb-a0e1-4161-8af3-778b6839f4e1/bluetooth-bluetoothledevicefromidasync-does-not-complete-on-10015063?forum=wdk#ef927009-676c-47bb-8201-8a80d2323a7f

for more info.

Creating an AppId in the registry for the executable name fixes it.

CarterAppleton commented 7 years ago

Hi, thank you for making me aware of this issue, I'll look in to adding the fix.

xmedeko commented 6 years ago

Works for me with Windows Fall Creator update.