Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 62cf4a2ab52ef829ec50c68b5fb9438ecb383dbd https://github.com/bluez/bluez/commit/62cf4a2ab52ef829ec50c68b5fb9438ecb383dbd Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-01-17 (Wed, 17 Jan 2024) Changed paths: M client/player.c Log Message: ----------- client/player: Add support for printing A2DP codec details This adds support for printing Capabilities and Configuration of A2DP endpoints and transports: bluetoothctl> endpoint.show /org/bluez/hci0/dev_94_DB_56_F7_F2_88/sep1 Endpoint /org/bluez/hci0/dev_94_DB_56_F7_F2_88/sep1 UUID: 0000110b-0000-1000-8000-00805f9b34fb Codec: 0x00 (0) Media Codec: SBC Channel Modes: Mono DualChannel Stereo JointStereo Frequencies: 44.1Khz 48Khz Subbands: 4 8 Blocks: 4 8 12 16 Bitpool Range: 2-53 ... bluetoothctl> transport.show /org/bluez/hci0/dev_94_DB_56_F7_F2_88/sep1/fd7 Transport /org/bluez/hci0/dev_94_DB_56_F7_F2_88/sep1/fd7 UUID: 0000110a-0000-1000-8000-00805f9b34fb Codec: 0x00 (0) Media Codec: SBC Channel Modes: JointStereo Frequencies: 48Khz Subbands: 8 Blocks: 16 Bitpool Range: 2-53 Commit: e108c744fa8dfa1c4f54257532f3433a47179869 https://github.com/bluez/bluez/commit/e108c744fa8dfa1c4f54257532f3433a47179869 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-01-17 (Wed, 17 Jan 2024) Changed paths: M profiles/audio/transport.c Log Message: ----------- transport: Print owner information when it exit or release This prints the owner name when it exits/quits/crash or releases a transport. Compare: https://github.com/bluez/bluez/compare/3f490a69cb55...e108c744fa8d