btleplug icon indicating copy to clipboard operation
btleplug copied to clipboard

Rust Cross-Platform Host-Side Bluetooth LE Access Library

Results 111 btleplug issues
Sort by recently updated
recently updated
newest added

Right now, CoreBluetooth only does service discovery on connect. The discoverServices() method is a no-op. This was done early on just to get macOS working then was never fixed.

bug
corebluetooth (macos/ios)

**Describe the bug** New to rust so bare with me. I'm trying to run the subscribe_notify_characteristic.rs example and the app is panicking with an upwrap() error after peripheral.subscribe(&characteristic).await? is called....

bug

**Describe the bug** When running the [event_driven_discovery sample](https://github.com/deviceplug/btleplug/blob/master/examples/event_driven_discovery.rs) on Windows, I see lots of exceptions from Windows on the command line. Functionally it looks like it still works, but it...

bug

**Feature Description** I believe the documentation should contain a better description of the circumstances under which `Peripheral.properties` returns `Ok(Some(Properties))` vs `Ok(None)`. Currently, I'm forced to guess, which is problematic when...

**Describe the bug** Problem occurring on call of `Manager::new()` Developing an app on a `12.5.1` macOs where the problem doesn't occur. I've been able to test on a `10.13.6` where...

bug

#325 https://github.com/deviceplug/btleplug/issues/325

**Feature Description** _Disclaimer:_ I can only speak for the Linux version. I don't know how this is handled for iOS or Windows. At the moment, the timeout for a connect...

enhancement

**Describe the bug** I run BLE scan in long running service which provides list of seen devices over REST API by watching service discovery (no connections to device). * I...

bug

**Describe the bug** I think I found an issue with Extended Advertising messages. We are developing a BLE device that sends data via manufacturer data in advertising messages. We confirmed...

bug