Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 8ebb0ff1178591e49b1a6f340c8b1f846824fa54 https://github.com/bluez/bluez/commit/8ebb0ff1178591e49b1a6f340c8b1f846824fa54 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-03-27 (Thu, 27 Mar 2025) Changed paths: M Makefile.am A doc/sco.rst Log Message: ----------- doc: Add initial SCO(7) documentation This adds initial documentation for SCO sockets. Commit: 5bbefdcc9d2254b5a193c9361a44257d69e11246 https://github.com/bluez/bluez/commit/5bbefdcc9d2254b5a193c9361a44257d69e11246 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-03-28 (Fri, 28 Mar 2025) Changed paths: M src/shared/att.c Log Message: ----------- shared/att: Fix not always setting security for BT_ATT_LOCAL Channels created with BT_ATT_LOCAL (socket pair) shall not be restricted from downgrading the security level since its default security level is BT_ATT_SECURITY_LOW and it may need to be switched to BT_ATT_SECURITY_AUTO. Commit: 78aabd896dbe3e23faaebbc97b8ecd711b2502fc https://github.com/bluez/bluez/commit/78aabd896dbe3e23faaebbc97b8ecd711b2502fc Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-03-28 (Fri, 28 Mar 2025) Changed paths: M profiles/audio/a2dp.c M src/device.c Log Message: ----------- a2dp: Fix removing local cache on restart Endpoint cache shall only be removed when the device is being removed not when just because the service is being removed since that is also done when bluetoothd is being restarted. Fixes: https://github.com/bluez/bluez/issues/1146 Compare: https://github.com/bluez/bluez/compare/5df9521ce4d5...78aabd896dbe To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications