Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 5d4efe960fd94d692e51234cd5f81a5779b2dd07 https://github.com/bluez/bluez/commit/5d4efe960fd94d692e51234cd5f81a5779b2dd07 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