Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: ea3f4047e452b081e34d017cce316aba9d623301 https://github.com/bluez/bluez/commit/ea3f4047e452b081e34d017cce316aba9d623301 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-02-19 (Wed, 19 Feb 2025) Changed paths: M profiles/audio/a2dp.c Log Message: ----------- a2dp: Remove Endpoints cache entries on device removal When a device is removed, currently the endpoints and last used info are kept in cache: [General] Name=Frederic's Phone [Endpoints] 01=00:00:01:29f50235 02=00:02:01:80010484e200 LastUsed=01:02 This may prevent future connection, after a new pairing, to use the best codec available. Commit: 65fbc47143a5b0e8b889d39b758fe0056e54bc59 https://github.com/bluez/bluez/commit/65fbc47143a5b0e8b889d39b758fe0056e54bc59 Author: Pauli Virtanen <pav@xxxxxx> Date: 2025-02-19 (Wed, 19 Feb 2025) Changed paths: M src/shared/vcp.c Log Message: ----------- shared/vcp: fix setting volume back to current value If there is a volume change request in flight, always update pending volume. Otherwise, setting the value back to old value before notification arrives, is wrongly ignored. Fixes: e77884accdb2 ("shared/vcp: have only one volume change in flight at a time") Compare: https://github.com/bluez/bluez/compare/3c62df13abbc...65fbc47143a5 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications