bluetooth
bluetooth copied to clipboard
Cross-platform Bluetooth API for Go and TinyGo. Supports Linux, macOS, Windows, and bare metal using Nordic SoftDevice or HCI
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...
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...
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...
The cyw43439 adaptor is able to respond correctly to requests to describe services/characteristics. However, it cannot send notifications correctly. instead it does nothing.
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_...
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...