Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 08bf0b2a85f33a09b0a832aa3c984377209b38b5 https://github.com/bluez/bluez/commit/08bf0b2a85f33a09b0a832aa3c984377209b38b5 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-01-23 (Tue, 23 Jan 2024) Changed paths: M profiles/audio/bap.c Log Message: ----------- bap: Add missing Metadata property This adds missing Metadata property to MediaEndpoint objects. Commit: d994c9d45dad68bc060add77642fdc37834cd7c1 https://github.com/bluez/bluez/commit/d994c9d45dad68bc060add77642fdc37834cd7c1 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-01-23 (Tue, 23 Jan 2024) Changed paths: M profiles/audio/bap.c Log Message: ----------- bap: Fix not handling out of order responses When EATT is enabled it is possible that response are generated out of order, since they may come from different sockets/fds, so this attempts to detect when that happens by checking if the state has already been changed. Compare: https://github.com/bluez/bluez/compare/15e7d5a4d24a...d994c9d45dad