Branch: refs/heads/996079 Home: https://github.com/bluez/bluez Commit: 6b5b355da4722e156729420bfa0dcf7ffadf0d48 https://github.com/bluez/bluez/commit/6b5b355da4722e156729420bfa0dcf7ffadf0d48 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-08-27 (Wed, 27 Aug 2025) Changed paths: M client/player.c Log Message: ----------- client: Fix transport.acquire not doing anything If transport.acquire is called for a transport that does not use a local endpoint it won't call Transport.Acquire as the bluetoothd does not allow controlling transports of other processes, but it doesn't print anything either leaving the user blind to what is happening. Fixes: https://github.com/bluez/bluez/issues/1532 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications