cbgo
cbgo copied to clipboard
Go bindings for CoreBluetooth
This commit appends the 128bit base UUID to a discovered 32bit UUID so we can handle devices broadcasting 32bit identifiers.
Hey, I'm trying to connect to a device using the example program. Connection works good but I don't retrieve any services nor characteristic. I'll get the correct list of services...
Hello! Thanks for the great library! While 32bit UUIDs aren't super common, they are out there; as-is, cbgo will panic if one's discovered https://github.com/JuulLabs-OSS/cbgo/blob/master/core.go#L104, so simply being in an environment...
I was trying to call the `DiscoverServices()` in order to retrieve only a specific list of services based on the UUIDs. However, it was consistently refusing to return any results....