Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 9746e59d114952de75e019115d79cf1092460357 https://github.com/bluez/bluez/commit/9746e59d114952de75e019115d79cf1092460357 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-08-20 (Tue, 20 Aug 2024) Changed paths: M client/bluetoothctl-endpoint.rst Log Message: ----------- bluetoothctl-endpoint.1: Update documentation This updates the documentation for endpoint.presets command and also add some examples of how to enter extra capabilities/configuration and how to setup custom presets. Commit: a6ac17f0e3932d6b07ced87e41fe7a108fe55149 https://github.com/bluez/bluez/commit/a6ac17f0e3932d6b07ced87e41fe7a108fe55149 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2024-08-21 (Wed, 21 Aug 2024) Changed paths: M profiles/audio/a2dp.c Log Message: ----------- a2dp: Fix connection error message When trying to connect to a phone which has removed the pairing, the DBus error message is: - if A2DP only is supported: br-connection-key-missing (EBADE) - if HFP only is supported: br-connection-refused (ECONNREFUSED) - if both are supported: br-connection-unknown, while the trace shows ECONNREFUSED in avdtp_connect_cb() This patch allows to return the correct error message. Compare: https://github.com/bluez/bluez/compare/2f3f63467d72...a6ac17f0e393 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications