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

On windows, I'm getting the message "Indicate not supported" when I try to enable notifications. My app works perfect in version 0.10 though, and it works perfectly on Mac. I...

next-release

Hi, i'm wondering if its possible to use direct HCI communication instead of using the BlueZ stack, since on some systems, bluez can be more unreliable than using "raw" HCI...

Trying the battery example, and changing the service's UUID to `bluetooth.ServiceUUIDGenericAccess`, seems to throw this error upon running: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal...

Hello there, while I was debugging my application for memory leak, I spotted that adapter.Scan causes memory leak, I copy-pasted example from README with addition of pprof and got this...

bug
next-release
windows

Execute scan example, unable to find extended broadcast. Is it currently supported?

Thank you @jagobagascon and others for the work. Unfortunately on Windows (11) the AdvertisementPayload or manufacturer data is empty. However, via Python I receive that data just fine, on the...

windows

The cyw43439 adaptor is able to respond correctly to requests to describe services/characteristics. However, it cannot send notifications correctly. instead it does nothing.

bug
next-release
cyw43439

While investigating #315 I noticed that I was unable to get my demonstrator to work with the tip of dev. I re-confirmed that the change I submitted in #314 _does_...

next-release
cyw43439

As a client is there a way to know if a previously connected device disconnected or connection was simply lost?

I am writing a BLE central for a BLE watch. Sometimes the program works perfectly but sometimes the watch disconnect just before the service discovery begins. I didn't find a...