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
So I don't think it's possible to fully construct the BluetoothDeviceWindows (or at least capture both the name and advertisement data) in the scan result stream. Or perhaps the addOrUpdate can fill in the missing data when it comes, instead of replacing the entire object.
Separately, FBP Windows needs an advName getter. It can just be redirected to platformName since they are the same.
Description
Advertised names are empty strings.
Steps To Reproduce
Expected Behavior
Expected to see non-empty name. Works on other platforms, and Windows itself can see the peripheral name.
Screenshots
N/A
Additional Context
I believe this to be a problem in WinBLE, since WinBLE is reporting the name as an empty string.
The text was updated successfully, but these errors were encountered: