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

**Describe the bug** When scanning for devices, with filter or without, devices that computer has been connected to always show, and filter for services is not applied **Expected behavior** To...

bug
bluez (linux)

This is empty prerequisite for: - retrieve connected peripherals (by services uuid) https://github.com/deviceplug/btleplug/pull/437 - retrieve known peripherals (by device identifiers) - i will add the implementation for corebluetooth, windows and...

Hi, I've run into issue with `WriteType::WithoutResponse` on macos. im trying to send ~2MB of data in shortest time possible however corebluetooth keeps loosing the packects shortly after the start....

https://github.com/deviceplug/btleplug/issues/259

as [well described here](https://github.com/deviceplug/btleplug/issues/434) peripheral `local_name` and `advertisement_name` are two different things and it is justified to keep them separated as situation that local_name is not equal advertisement_name could happen...

PR #390 introduced a change to how peripheral names are formatted to discovery observers on platforms using Core Bluetooth. Unfortunately, this change introduces a non-standard format for the name, which...

bug

**Feature Description** To know which adapter is selected / select the right adapter it would be great to be able to access its mac address. As [`adapter_info` should not be...

When building: ``` Downloaded bluez-async v0.8.1 error: failed to parse manifest at `/home/mamadou/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bluez-async-0.8.1/Cargo.toml` Caused by: feature `edition2024` is required The package requires the Cargo feature called `edition2024`, but that feature...

**Describe the bug** When using this test application: [ble-chat.zip](https://github.com/user-attachments/files/20931634/ble-chat.zip) and running it on Mac with "cargo run -- peripheral" and on Linux Debian with "cargo run -- central", I get...

bug