btleplug
btleplug copied to clipboard
Rust Cross-Platform Host-Side Bluetooth LE Access Library
**Describe the bug** On a system with a sufficiently recent Linux kernel, Adapter::connect() in btleplug 0.5 (that still uses sockets which may be preferable to some less frequently updated users...
This is for tag 0.5.5, not the master branch, but github doesn't let me create a PR with the tag as a base. Anyway... My proposed fix for issue 383....
Add clear_peripherals method to adapter, so that the peripheral list can be cleared after being used. Without this, the list would keep growing until the whole adapter object is dropped....
Introduced `service_uuid` to `ValueNotification` struct to enhance clarity. This addition allows users to identify the service associated with each notification. Not sure where I can take from the `service_uuid` in...
Finally got a logcat from someone seeing crashes on Android when trying to start a bluetooth scan. ``` 03-25 09:45:12.943 27456 27563 F ntiface_centra: thread.cc:2477] No pending exception expected: java.lang.NullPointerException:...
**Feature Description** Add power control (power on and power off) features for adapter.
See https://github.com/buttplugio/buttplug/issues/601
Hello, I hesitate filling a feature request or a bug. But since it happens with erroneous code I prefer to see it as a FR. On macOS (not tested on...
https://github.com/deviceplug/btleplug/issues/311#issuecomment-1602651285 This comment and j4rs porting POC from @trik got lost in the fray of a larger, now resolved issue. With #375 cropping up and meaning I have to look...
**Describe the bug** i get a pkg config error when i try to compile my code to `armv7-unknown-linux-gnueabihf` **Expected behavior** the code should compile without an errors **Actual behavior** when...