~dirksu/bluez:jammy

Last commit made on 2025-06-19
Get this branch:
git clone -b jammy https://git.launchpad.net/~dirksu/bluez
Only Dirk Su can upload to this branch. If you are Dirk Su please log in for upload directions.

Branch merges

Branch information

Name:
jammy
Repository:
lp:~dirksu/bluez

Recent commits

2463511... by Daniel van Vugt

Import version 5.64-0ubuntu1.4 from the Ubuntu archive.

88490ca... by Daniel van Vugt

Import version 5.64-0ubuntu1.3 from the Ubuntu archive

It seems 5.64-0ubuntu1.2 was aborted and overwritten by this version.

a1de2e4... by Daniel van Vugt

Import version 5.64-0ubuntu1.1 from the Ubuntu archive.

c77bf9e... by Daniel van Vugt

debian/changelog: Targeting jammy now

1e19400... by Daniel van Vugt

Refresh patch ubuntu_error_restart.patch

3a189bf... by Daniel van Vugt

Drop patches that came from the 5.64 release

And add a changelog.

42e9059... by Daniel van Vugt

Merge branch '5.64-tarball' into kseries

208097a... by Daniel van Vugt

Mirror the contents of bluez-5.64.tar.xz

41f8c46... by Marcel Holtmann

Release 5.64

411d63e... by Luiz Augusto von Dentz <email address hidden>

gatt-db: Fix gatt_db_attribute_notify

gatt_db_attribute_notify was only accepting passing the Characteristic
Declaration instead of accepting its value as well,
gatt_db_service_foreach_desc also have similar limitation so both have
been updated to allow working with both value and declaration.