Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 36b26283cee31af9509ee372f9787f94830a85b7 https://github.com/bluez/bluez/commit/36b26283cee31af9509ee372f9787f94830a85b7 Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx> Date: 2024-10-25 (Fri, 25 Oct 2024) Changed paths: M profiles/audio/transport.c Log Message: ----------- transport: Send reply to select/unselect When a transport is selected from bluetoothctl, a reply is expected. Currently, if the method call is successful, no reply is sent, causing the following error message in bluetoothctl: transport.Failed to select: org.freedesktop.DBus.Error.NoReply The same error can be reproduced for the unselect method. This commit updates the select and unselect methods to send reply messages. Commit: 8c8ca715e05fe8b8105a2646d87440e1271e6237 https://github.com/bluez/bluez/commit/8c8ca715e05fe8b8105a2646d87440e1271e6237 Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx> Date: 2024-10-25 (Fri, 25 Oct 2024) Changed paths: M client/player.c Log Message: ----------- client/player: Fix select/unselect reply prints This updates the shell print messages for the transport select/unselect method replies. The bluetoothctl log below shows the fixed result: client/bluetoothctl [bluetooth]# endpoint.register 00001851-0000-1000-8000-00805f9b34fb 0x06 [/local/endpoint/ep0] Auto Accept (yes/no): y [/local/endpoint/ep0] Max Transports (auto/value): a [/local/endpoint/ep0] Locations: 1 [/local/endpoint/ep0] Supported Context (value): 1 Capabilities: 03 01 ff 00 02 02 03 05 04 1a 00 f0 00 02 03 01 Metadata: [bluetooth]# Endpoint /local/endpoint/ep0 registered [bluetooth]# scan on [bluetooth]# [NEW] Device 17:7A:80:64:A7:93 17-7A-80-64-A7-93 [17-7A-80-64-A7-93]# [NEW] Transport /org/bluez/hci0/dev_17_7A_80_64_A7_93/bis1/fd0 [17-7A-80-64-A7-93]# transport.select /org/bluez/hci0/dev_17_7A_80_64_A7_93/bis1/fd0 [17-7A-80-64-A7-93]# [CHG] Transport /org/bluez/hci0/dev_17_7A_80_64_A7_93/bis1/fd0 State: broadcasting [17-7A-80-64-A7-93]# Select successful [17-7A-80-64-A7-93]# transport.unselect /org/bluez/hci0/dev_17_7A_80_64_A7_93/bis1/fd0 [17-7A-80-64-A7-93]# [CHG] Transport /org/bluez/hci0/dev_17_7A_80_64_A7_93/bis1/fd0 State: idle [17-7A-80-64-A7-93]# Unselect successful Compare: https://github.com/bluez/bluez/compare/06c94f0ac055...8c8ca715e05f To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications