Andrew Walbran
Andrew Walbran
I'm not sure what you've done here, but you've somehow included a bunch of other commits. Can you rebase so this only has your new commits? You probably want to...
Okay, I've rebased for you and fixed the formatting. The build is still broken on MacOS and Windows though, you'll need to implement the new method on all three platforms...
Well that's a weird bug! But I suspect it's probably a bug in BlueZ (or maybe the Bluetooth adapter) rather than btleplug. Are you able to receive the manufacturer data...
With BlueZ, scanning being enabled is a system-wide property. Is it possible some other process on the system is turning off Bluetooth scanning after some time? Does it make a...
Now fixed in dev by #198 for Windows and Linux, CoreBluetooth is still pending.
I'll look into it. The other issue here is that we don't group characteristics by service in our API, which we should. I'll have a look at fixing that too,...
Actually the grouping by services was #11 I think, but that was closed without being fixed.
Can you run with `RUST_BACKTRACE=1 RUST_LIB_BACKTRACE=1 RUST_LOG=trace` and paste the logs here? And does it work if you use glibc instead on the same system?
This seems like a good idea! Can you rebase it on top of the latest master? Is there any difference between different chips that we need to handle before merging...
I'm running into the same issue, is there any work to fix it?