Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: f2cc370504024af22db297dac0ef919fe232e3d8 https://github.com/bluez/bluez/commit/f2cc370504024af22db297dac0ef919fe232e3d8 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 Commit: a5f3e243dd4edd8a92f152e16a6c2b87e68728db https://github.com/bluez/bluez/commit/a5f3e243dd4edd8a92f152e16a6c2b87e68728db Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-05-28 (Wed, 28 May 2025) Changed paths: M profiles/audio/mcp.c Log Message: ----------- audio/mcp: Fix passing callbacks as reference Callbacks are already a function pointer. Commit: 760c6c2ec14acc142ebbd2983ec86c9d6d768164 https://github.com/bluez/bluez/commit/760c6c2ec14acc142ebbd2983ec86c9d6d768164 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-05-28 (Wed, 28 May 2025) Changed paths: M Makefile.am Log Message: ----------- build: Fix make dist This fixes the make dist cuasing the following error: make[2]: *** No rule to make target 'doc/mgmt-api.txt', needed by 'distdir-am'. Stop. Compare: https://github.com/bluez/bluez/compare/2a552b93de8b...760c6c2ec14a To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications