muka / go-bluetooth

Golang bluetooth client based on bluez DBus interfaces
Apache License 2.0
653 stars 123 forks source link

Update Bluez to 5.64 #165

Closed sam-mathews closed 2 years ago

sam-mathews commented 2 years ago

This updates bluez to 5.64 and includes the generated files from the new version. As of writing, 5.64 is what Ubuntu 22.04 is using as a core package. This patchset will need a little more tweaking before it is ready as I have not changed the default bluez version away from 5.60 in the Makefile.

@muka, it looks like you have pinned master to 5.60, so for consistency I'm assuming this would go on a new branch ala bluez/5.63?

This should resolve #160, but nothing has changed with the manufacturing data specified in #163, so I'm continuing to run that down.

muka commented 2 years ago

Hi I used to track Ubuntu LTS bluetoothd version on main branch. Honestly I am unsure of the current version as of today. Anyway a branch with the API version is good to go Thanks!