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

**Feature Description** It would be very useful to be able to negotiate or at least get the negotiated transfer size for a peripheral. We are very aware that getting this...

**Describe the bug** The **rssi** and **tx_power_level** properties is set to None in the code. in *src/corebluetooth/peripheral.rs* ```rust let properties = Mutex::from(PeripheralProperties { address: BDAddr::default(), address_type: None, local_name, tx_power_level: None,...

bug

As a data point, I believe scan filtering has stayed working on Mac since well before this patch. On Windows 11, running the same application as on Mac (Kotlin connecting...

bug

**Describe the bug** `properties.local_name` doesn't have the correct name because [macOS caches the names](https://developer.apple.com/forums/thread/19381#answers-title) **Expected behavior** Have the correct advertised name **Actual behavior** Returning the cached named **Additional context** Below...

bug

**Describe the bug** Im writing a program that discovers devices and presents them to the user in form of a device name list. Most of the discovered devices do not...

bug

Hi, I'm working on bluetooth integration for [trezor-suite](https://github.com/trezor/trezor-suite) app and i would like to use `btleplug` as a bridge between the electron app and bluetooth device. To make it work...

**Describe the bug** I'm trying to implement the [mcumgr](https://docs.zephyrproject.org/latest/services/device_mgmt/mcumgr.html) protocol. Here is a simple test program: [mcumgr-client.zip](https://github.com/deviceplug/btleplug/files/12094788/mcumgr-client.zip) The BLE device to which it connects is a board with a nRF5340....

bug

If a device (like the LOOB) declares multiple characteristics on a service with the same UUID, the last declared characteristic is used not the first (which is what the LOOB...

**Describe the bug** When calling `adapter.start_scan().await` I get this error: Error { code: HRESULT(0x800004002), message "no such interface supported" } It only happens on the windows 10 tablet that I'm...

bug

**Describe the bug** When getting a list of peripherals after scanning, all names are `None` even though they should have names. Other properties are available, only `local_name` is missing. **Expected...

bug