Sunbreak
Sunbreak
Some progress here. No more `quick_blue_windows_plugin` compliants - Have you enabled `Developer mode` on your Windows 10? https://github.com/flutter/flutter/issues/73207 - Could you try https://github.com/flutter/flutter/issues/85143#issuecomment-867931944 - Or https://stackoverflow.com/questions/67932485/exception-unable-to-generate-build-files-for-window-build ?
BTW, I would recommand `Command Prompt` than `Power Shell` for Flutter development
Sorry I'm too busy these days to resolve this issue. PRs are welcome
I'd like to close it without further info
Could you provider more info?
> Again one of the cases where [BluetoothLEExplorer](https://github.com/microsoft/BluetoothLEExplorer) works. You seem to be using `Advertisement().LocalName()`. In BluetoothLEExplorer I see `ShortenedLocalName` and `CompleteLocalName` with section values `0x08` and `0x09` respectively. I...
#71 is a simple workaround. We could use `DeviceWatcher` if not feasible. Looking forward to your guys feadback
I would try `DeviceWatcher` later. But don't expect too much. `C++/WinRT` is too complicated for a plugin. Bluetooth example from `win32` may be a better solution: https://github.com/timsneath/win32/blob/main/example/bluetooth.dart
@srtonz Do you have an idea why the name is empty? Maybe we could learn some from [device-name-testing](https://github.com/JRHarrison167/flutter_reactive_ble/tree/tobi/device-name-testing) of https://github.com/JRHarrison167/flutter_reactive_ble?
Thanks a lot. I'll try https://github.com/timsneath/win32/pull/392 first If not feasible I would try `DeviceWatcher` later