Branch: refs/heads/964591 Home: https://github.com/bluez/bluez Commit: a81307ac5e53f91e1e83d05dcc486f3d5123d4d4 https://github.com/bluez/bluez/commit/a81307ac5e53f91e1e83d05dcc486f3d5123d4d4 Author: Bastien Nocera <hadess@xxxxxxxxxx> Date: 2025-05-20 (Tue, 20 May 2025) Changed paths: M Makefile.tools A client/error-parse.c A client/error-parse.h Log Message: ----------- client: Add client-side error decoding The D-Bus errors returned in a number of cases aren't in human-readable form, but instead exist as "codes" (listed in src/error.h). This new function will allow us to split a specifically formatted string into a human-readable message and an error code. Commit: 32f440fa25e12318e67b03f78b98e7b438fc65a0 https://github.com/bluez/bluez/commit/32f440fa25e12318e67b03f78b98e7b438fc65a0 Author: Bastien Nocera <hadess@xxxxxxxxxx> Date: 2025-05-20 (Tue, 20 May 2025) Changed paths: M client/main.c Log Message: ----------- client: Print a human readable error message When the D-Bus error message string contains an encoded error code and user-readable message, parse this message to only show the user-readable message. Commit: 28d460427575677734fec217cc61bb0cab718cb6 https://github.com/bluez/bluez/commit/28d460427575677734fec217cc61bb0cab718cb6 Author: Bastien Nocera <hadess@xxxxxxxxxx> Date: 2025-05-20 (Tue, 20 May 2025) Changed paths: M src/device.c Log Message: ----------- device: Better "Connect" debug Output clearer debug information so that it's possible to follow the decisions made by the bluetoothd daemon when a client such as bluetoothctl or the GNOME Bluetooth settings ask it to connect to a device. Commit: 4f2f9f3cd338765f5550ab82fcbcc1cc7a476f6e https://github.com/bluez/bluez/commit/4f2f9f3cd338765f5550ab82fcbcc1cc7a476f6e Author: Bastien Nocera <hadess@xxxxxxxxxx> Date: 2025-05-20 (Tue, 20 May 2025) Changed paths: M src/device.c Log Message: ----------- device: Add user-readable messages for a number of errors Compare: https://github.com/bluez/bluez/compare/a81307ac5e53%5E...4f2f9f3cd338 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications