Branch: refs/heads/984872 Home: https://github.com/bluez/bluez Commit: 891f573532f09c840b3a8f3a9cf5de9b742d0ade https://github.com/bluez/bluez/commit/891f573532f09c840b3a8f3a9cf5de9b742d0ade 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: f40498236393270496f712884296a129d6df3ee5 https://github.com/bluez/bluez/commit/f40498236393270496f712884296a129d6df3ee5 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: 90ab181e07a73e35b7e55044bac8d94440c4dd64 https://github.com/bluez/bluez/commit/90ab181e07a73e35b7e55044bac8d94440c4dd64 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/891f573532f0%5E...90ab181e07a7 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications