Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 21d45dda01da8665f04a7d17dbd040c54f6091c0 https://github.com/bluez/bluez/commit/21d45dda01da8665f04a7d17dbd040c54f6091c0 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-03-13 (Thu, 13 Mar 2025) Changed paths: M src/gatt-client.c Log Message: ----------- gatt-client: Fix Handle property of descriptors Patch cda5549f2475 ("gatt-client: Add read-only handles to dbus") introduced support for Handle properties to GATT attributes but the function descriptor_get_handle do access the user_pointer as it was a service not a descriptor. Fixes: https://github.com/bluez/bluez/issues/1133 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications