Branch: refs/heads/967039 Home: https://github.com/bluez/bluez Commit: c2e4a17a6789e9bbb86a2d84e302c51dfa947a3c https://github.com/bluez/bluez/commit/c2e4a17a6789e9bbb86a2d84e302c51dfa947a3c Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-05-28 (Wed, 28 May 2025) Changed paths: M profiles/audio/avrcp.c M profiles/audio/mcp.c M profiles/audio/player.c M profiles/audio/player.h Log Message: ----------- audio/player: Fix not being able to register players of different types When registering players both AVRCP and MCP were using the same object path making them clash, so this fix it by adding a type to the object path so each profile can register their player in their own domain. Fixes: https://github.com/bluez/bluez/issues/1290 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications