Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 06d73a43a854aee75ff94a82dbbf30ac2c020622 https://github.com/bluez/bluez/commit/06d73a43a854aee75ff94a82dbbf30ac2c020622 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-07-21 (Mon, 21 Jul 2025) Changed paths: M client/gatt.c Log Message: ----------- client: Fix gatt.{read, write} not working on scripts If gatt.{read, write} are called within a script they don't indicate completion so they block commands to be run after them. Commit: 4549772bb228b27a0ce5222f4897344113d9ebb3 https://github.com/bluez/bluez/commit/4549772bb228b27a0ce5222f4897344113d9ebb3 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-07-22 (Tue, 22 Jul 2025) Changed paths: M profiles/audio/transport.c Log Message: ----------- transport: Add write support to Metadata property This adds initial support from writing to Metadata property. Commit: 75628226ff83606e3676088bb3882d4fd73f8962 https://github.com/bluez/bluez/commit/75628226ff83606e3676088bb3882d4fd73f8962 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-07-22 (Tue, 22 Jul 2025) Changed paths: M profiles/audio/transport.c Log Message: ----------- transport: Fix not updating MediaTransport.Metadata MediaTransport.Metadata needs to be checked for updates when state changes to Enabling or Streaming otherwise it remains blank. Commit: 3c0693c5d22606f786da4389103740424a04213b https://github.com/bluez/bluez/commit/3c0693c5d22606f786da4389103740424a04213b Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-07-22 (Tue, 22 Jul 2025) Changed paths: M client/player.c Log Message: ----------- client: Add transport.metadata command This adds transport.metadata command which can be used to update the MediaTransport.Metadata property: > transport.metadata <transport> "0x03 0x02 0x02 0x00" [CHG] Transport <transport> Metadata: 03 02 02 00 > transport.show <transport> ... Metadata.#0: len 0x03 type 0x02 Metadata.Context: 0x0002 Metadata.Context Conversational (0x0002) Compare: https://github.com/bluez/bluez/compare/52de8da1a99c...3c0693c5d226 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications