Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: a887b1a1b91fcb7fc1ddc052cafe1818230d97db https://github.com/bluez/bluez/commit/a887b1a1b91fcb7fc1ddc052cafe1818230d97db Author: Per Waagø <pwaago@xxxxxxxxx> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M profiles/audio/a2dp.c M profiles/audio/a2dp.h M profiles/audio/avdtp.c M profiles/audio/media.c 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. Commit: befdacd236c3a761d766da9f95bd7763cd216425 https://github.com/bluez/bluez/commit/befdacd236c3a761d766da9f95bd7763cd216425 Author: Per Waagø <pwaago@xxxxxxxxx> Date: 2025-09-11 (Thu, 11 Sep 2025) Changed paths: M doc/org.bluez.MediaEndpoint.rst Log Message: ----------- doc: Document error codes for A2DP MediaEndpoints Compare: https://github.com/bluez/bluez/compare/441f95a9c146...befdacd236c3 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications