You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: GetGattServicesForUuidAsync() failed to find services
This was an issue discovered with the MagicMotion Vini which wasn't showing up due to not getting a service returned. The service was present and useable when GetServicesAsync() was called instead. Additioanlly: - more logging is now emitted from the UWP BLE manager when this sort of error occures - only one attempt to create a connection to a specific device happens at once now (previously multiple threads could be launched to create a connection for a single device).
0 commit comments