bluetooth icon indicating copy to clipboard operation
bluetooth copied to clipboard

Cross-platform Bluetooth API for Go and TinyGo. Supports Linux, macOS, Windows, and bare metal using Nordic SoftDevice or HCI

Results 159 bluetooth issues
Sort by recently updated
recently updated
newest added

Hello, I am testing on the dev branch with an [Aranet4](https://aranet.com/products/aranet4/) device. The my sample code for reading characteristic values works from Linux and OSX, but the windows implementation is...

It's strange that yesterday it still works, but today it shows error when connecting to a bluetooth device: > Properties.GetAll org.bluez.Device1: Method "GetAll" with signature "s" on interface "org.freedesktop.DBus.Properties" doesn't...

bug
next-release
linux

This PR updates the README with info on the newly added Windows support!

HEy, After testing my application for a relative long-ish time of scanning and receiving data over bluetooth LE received the following SIGVER ``` 2022/08/15 17:33:38 BLE device error :Device-LE :...

Hello, When i'm trying to run the example code (`examples/scanner/main.go`), i got this error: ``` panic: failed to enable BLE stack: AdapterExists: dial unix /var/run/dbus/system_bus_socket: connect: no such file or...

this PR add support for ServiceData advertising elements (0x16: Service Data - 16-bit UUID) It is based on the work of #123 of which I merged all commits. fixes #241...

While integrating a 3rd party BLE device on Windows 10, I encountered a repeated crash after 3-4 minutes of data transmission. The device continues to work normally, but the app...

bug
windows

I am using the code in the [example](https://github.com/tinygo-org/bluetooth/blob/release/examples/scanner/main.go) in Windows but `adapter.Scan` stops returning results after a while. There is no panic situation.

bug
next-release
windows

Hi, I continue to explore this package. I am working on a nrf52 device, my goal is to implement the [BTHome protocol](https://bthome.io/format/) This seems to require me to add the...

enhancement

Will this package function well with BR/EDR connections, or does it make assumptions that everything is LE? This is a nice library, and I'd like to utilize it for cases...

enhancement