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

On linux x86_64 with musl as libc I get a seg fault when I create a manager. `let manager = btleplug::platform::Manager::new().await;`

Hi, I'm trying to use a GATT device (a CGM transmitter, a "Dexcom G6") discovering characteristics shows this: ``` Characteristic { uuid: 00002a05-0000-1000-8000-00805f9b34fb, properties: INDICATE } Characteristic { uuid: 00002a29-0000-1000-8000-00805f9b34fb,...

We can at least build a test platform that will exercise the exposed traits/APIs, but actual platform specific testing is going to be difficult.

question

I tried to write a Flutter full platform package using flutter_rust_bridge, but encountered some errors ```bash $ flutter run -d macos Launching lib/main.dart on macOS in debug mode... Running pod...

bug

**Feature Description** **HarmonyOS NEXT** is coming. I want to use `btleplug` in my HarmonyOS App. I want to use this library in harmonyOS project, could you consider supporting it? Or...

**Feature Description** In order to avoid MITM attacks numeric comparison pairing is available when both devices provide a display and a Yes/No input. Numeric comparison works through some special magic...

closes https://github.com/deviceplug/btleplug/issues/387 In Core Bluetooth when the device is locked or suspended and it is not applicable for background Bluetooth access the manager will create an event for state change...

With the basic provided example for notification stream ```rust use btleplug::api::{Central, CharPropFlags, Manager as _, Peripheral, ScanFilter}; use btleplug::platform::Manager; use futures::stream::StreamExt; use std::error::Error; use std::time::Duration; use tokio::time; use uuid::Uuid; ///...

bug
corebluetooth (macos/ios)

**Describe the bug** I‘m from flutter_btleplug. After scanning, I add two buttons on scanned items, connect and disconnect. The connection works, but the disconnected connection does not work. BUT, code...

bug

Adding FreeBSD support to platform.rs as it affects the build of a downstream project