Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 4c9d4ed059b539c696e1ebcc92b0cb2522e48a2d https://github.com/bluez/bluez/commit/4c9d4ed059b539c696e1ebcc92b0cb2522e48a2d Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-07-24 (Wed, 24 Jul 2024) Changed paths: M client/player.c Log Message: ----------- client/player: Set number of channels based on locations This sets the number of channels based on the locations set rather than always hardcoding it to 3 which in certain case is incorrect and can lead for the same location to be configured multiple times. Commit: c2312ebe318413f9e72df505fa236024b57429d4 https://github.com/bluez/bluez/commit/c2312ebe318413f9e72df505fa236024b57429d4 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-07-25 (Thu, 25 Jul 2024) Changed paths: M client/player.c Log Message: ----------- client/player: Add support to enter alternative preset This adds support for alternative preset to be entered so when auto accepting configuration a different preset can be selected following the order given to endpoint.presets. Commit: fcf39175e35ef086ffbe4e84ed6dcd3bf4c0aeea https://github.com/bluez/bluez/commit/fcf39175e35ef086ffbe4e84ed6dcd3bf4c0aeea Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-07-25 (Thu, 25 Jul 2024) Changed paths: M src/shared/bap.c Log Message: ----------- shared/bap: Fix bt_bap_select with multiple lpacs When there are multiple local PAC records of the same codec with different locations only the first was consider, also bt_bap_select would stop doing location matching early if the location don't match without considering there could be more remote channels. Compare: https://github.com/bluez/bluez/compare/a3f9970f7a8b...fcf39175e35e To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications