Sunbreak
Sunbreak
Could you point out the code that works?
Thanks a lot. I could translate it from C# to C++
win-bluetooth: https://github.com/nholthaus/win-bluetooth
BLUETOOTH FRAMEWORK AND BLUETOOTH LE GATT PROFILE: https://www.btframework.com/gatt.htm - GENERIC ATTRIBUTES > Current version of the **Bluetooth Framework** supports **GATT Client (Central)** role with **BlueSoleil** and **Microsoft** Bluetooth drivers. **BlueSoleil**...
Using Bluetooth Low Energy: https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Using_Bluetooth_Low_Energy - Platform Support > Note: WinRT Bluetooth API provides support for BLE advertising data through the [manufacturer-specific data](http://docwiki.embarcadero.com/Libraries/Alexandria/en/System.Bluetooth.TBluetoothLEAdvertiseData.ManufacturerSpecificData) field, but it does not fully implement...
https://github.com/WebBluetoothCG/web-bluetooth/blob/ed01e984ac5c53076a042ea89f9e7c3b9a6f910d/implementation-status.md > [Windows](https://crbug.com/507419): Requires Windows 8.1 or later. To discover devices the user hasn't yet manually paired, requires Windows 10. A third-party [Windows 10 Polyfill](https://github.com/urish/web-bluetooth-polyfill) (Chrome Extension + Native Executable)...
Try https://github.com/woodemi/quick.flutter/tree/master/packages/quick_blue
You could try `dependency_overrides` in your APP's `pubspec.yaml` ``` dependencies: quick_blue: any dependency_overrides: bluez: 0.8.0 ```
A temporary workaround #30
Building `x64` version on Linux fails with `libclang_rt.asan-x86_64-android.so` and `libclang_rt.asan_static-x86_64-android.a` missing ```sh $ NO_INTL=true ./scripts/build.sh android x64 ninja: Entering directory `v8/out.v8.x64' [1/1] SOLINK_MODULE ./libv8android.so FAILED: libv8android.so lib.unstripped/libv8android.so ../third_party/llvm-build/Release+Asserts/bin/clang++ -shared -fuse-ld=lld...