Branch: refs/heads/1001368 Home: https://github.com/bluez/bluez Commit: f426c810fcd8a82d67ab7a39f256c6ed4f4382ea https://github.com/bluez/bluez/commit/f426c810fcd8a82d67ab7a39f256c6ed4f4382ea Author: Per Waagø <pwaago@xxxxxxxxx> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M doc/org.bluez.MediaEndpoint.rst M profiles/audio/a2dp.c M profiles/audio/a2dp.h M profiles/audio/avdtp.c M profiles/audio/media.c M src/error.h Log Message: ----------- audio: Add support for specific error codes for A2DP configuration The A2DP specification defines error codes that shall be used if the codec capabilities contain improper settings. This change allows clients to trigger the sending of these specific error codes by returning the corresponding error messages from MediaEndpoint1.SetConfiguration. This update is fully backwards compatible: clients passing other error messages will continue to receive the default error code as before. On older BlueZ versions, these new errors will also result in the default error code, enabling clients to implement support for the new errors without breaking compatibility. This change enables passing A2DP/SNK/AVP/* and A2DP/SRC/AVP/* qualification tests. To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications