btleplug
btleplug copied to clipboard
Rust Cross-Platform Host-Side Bluetooth LE Access Library
I'm asking in the context of p2p style mesh. potential integration into iroh p2p lib in particular. Leveraging l2cap seems to be one of the USPs of existing commercial implementations....
**Describe the bug** My code run on mobile And macos. But when I compile it on Ubuntu, it doesn't work. I Get this error after each successful connection. Why?
**Describe the bug** It seems like the read and write functionality of descriptors isn't working properly on MacOS. When I read a descriptor, there's an issue where it doesn't retrieve...
**Describe the bug** When I have a peripheral that disconnects and I later call connect on it successfully the stream returned by notifications() never produces an event. **Expected behavior** I...
**Feature Description** [like this](https://github.com/slint-ui/slint/blob/master/internal%2Fbackends%2Fandroid-activity%2Fjavahelper.rs) Gradle is difficult to use for people who don't know Java. I have successfully used dexloader to load bluey's java code. It's really simple compared to...
I'm working on adding this to my android project. The project is using xbuild and slint, which uses and android activity crate ( https://github.com/slint-ui/slint/tree/master/internal/backends/android-activity ). Ive completed the steps below:...
**Describe the bug** I am building a flutter app connected to a Rust backend using btleplug. I am now able to scan, but rust panics when I try to connect...
**Describe the bug** current version jni = "0.21.1" in the library its jni = "0.19.0" this is causing incompatability issues in my app. **Expected behavior** working with the latest version...
BLE Device Connection Interval queries are available for Win11 >= 21H2 and Android, and I'm guessing for Linux/CoreBluetooth. It'd be nice to be able to query for that info so...
Hi all, we use btleplug in a tauri app, specifically for desktop. This crate works really well and we are very happy with it. There is one issue we are...