Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 95c15d2ca02a1056947884a0f5cd8a8360862815 https://github.com/bluez/bluez/commit/95c15d2ca02a1056947884a0f5cd8a8360862815 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-09-27 (Fri, 27 Sep 2024) Changed paths: M client/player.c Log Message: ----------- client/player: Make endpoint.show print all endpoint with no argument This makes endpoint.show arguments optional and in case none is given print all (local and remote) endpoints: [bluetooth]# endpoint.show Endpoint /local/endpoint/a2dp_src/sbc UUID 0000110a-0000-1000-8000-00805f9b34fb Codec 0x00 (0) Media Codec: SBC Channel Modes: Mono DualChannel Stereo JointStereo Frequencies: 16Khz 32Khz 44.1Khz 48Khz Subbands: 4 8 Blocks: 4 8 12 16 Bitpool Range: 2-64 Endpoint /local/endpoint/a2dp_snk/sbc UUID 0000110b-0000-1000-8000-00805f9b34fb Codec 0x00 (0) Media Codec: SBC Channel Modes: Mono DualChannel Stereo JointStereo Frequencies: 16Khz 32Khz 44.1Khz 48Khz Subbands: 4 8 Blocks: 4 8 12 16 Bitpool Range: 2-64 Commit: eda123dc6d8e04ba7fadfd95d36b9f3ff0b1e1ff https://github.com/bluez/bluez/commit/eda123dc6d8e04ba7fadfd95d36b9f3ff0b1e1ff Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-09-27 (Fri, 27 Sep 2024) Changed paths: M client/player.c Log Message: ----------- client/player: Make transport.show print all transports with no argument This makes transport.show arguments optional and in case none is given print all configured transports: [bluetooth]# transport.show Transport /org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX/sep4/fd0 UUID: Audio Source (0000110a-0000-1000-8000-00805f9b34fb) Codec: 0x02 (2) Media Codec: MPEG24 Object Types: MPEG-2 AAC LC Frequencies: 48kHz Channels: 2 Bitrate: 320000 VBR: Yes Device: /org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX State: active Delay: 0x06a4 (1700) Volume: 0x0059 (89) Endpoint: /org/bluez/hci0/dev_94_XX_XX_XX_XX_XX/sep4 Commit: f7028d6a0569d295ba1fd0386c72b734da9dc8db https://github.com/bluez/bluez/commit/f7028d6a0569d295ba1fd0386c72b734da9dc8db Author: nxf92481 <vlad.pruteanu@xxxxxxx> Date: 2024-09-30 (Mon, 30 Sep 2024) Changed paths: M client/bluetoothctl-endpoint.rst M client/bluetoothctl-transport.rst Log Message: ----------- client: Update endpoint and trasport doc This updates the documentation for the use of endpoints and transports according to the latest changes in their design. Commit: 20a38abb36618b14f4cf7593de3dba9634970cc7 https://github.com/bluez/bluez/commit/20a38abb36618b14f4cf7593de3dba9634970cc7 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-09-30 (Mon, 30 Sep 2024) Changed paths: M client/bluetoothctl-endpoint.rst M client/bluetoothctl-transport.rst Log Message: ----------- client: Update endpoint.show and transport.show documentation endpoint.show and transport.show argument is optional with latest changes. Commit: 38734e02051364b4b6db6e684beda8c47a1ba452 https://github.com/bluez/bluez/commit/38734e02051364b4b6db6e684beda8c47a1ba452 Author: Cheng Jiang <quic_chejiang@xxxxxxxxxxx> Date: 2024-09-30 (Mon, 30 Sep 2024) Changed paths: M src/device.c Log Message: ----------- device: Remove device after all bearers are disconnected For a dual-mode remote, both BR/EDR and BLE may be connected, RemoveDevice should be handled after all bearers are disconnects. Otherwise, if msg is removed, but not all connection are dropped, this function returns before *remove is updated, then after all connections are dropped, but device->disconnects is NULL, remove_device is not updated. Consequently *remove is not set to true. Remove device is not performed in adapter_remove_connection. Compare: https://github.com/bluez/bluez/compare/9a9dc3d456c0...38734e020513 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications