Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: eb057846cf0304c5faec30f510965f9071d45e57 https://github.com/bluez/bluez/commit/eb057846cf0304c5faec30f510965f9071d45e57 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-01-23 (Tue, 23 Jan 2024) Changed paths: M tools/isotest.c Log Message: ----------- isotest: Fix not handling 0 length packets It is in fact possible to receive 0 length packets since that probably means their status is not sucess. Commit: e4a35bc1e2cdf5a57ab24c08d36412154603ff52 https://github.com/bluez/bluez/commit/e4a35bc1e2cdf5a57ab24c08d36412154603ff52 Author: Silviu Florian Barbulescu <silviu.barbulescu@xxxxxxx> Date: 2024-01-23 (Tue, 23 Jan 2024) Changed paths: M src/shared/bap.c M src/shared/bap.h Log Message: ----------- shared/bap: Code to generate bcast source BASE Add code to support dynamically generated BASE from endpoint configuration. Commit: ba943aadd0e27db720a0e0848542b675c01de899 https://github.com/bluez/bluez/commit/ba943aadd0e27db720a0e0848542b675c01de899 Author: Silviu Florian Barbulescu <silviu.barbulescu@xxxxxxx> Date: 2024-01-23 (Tue, 23 Jan 2024) Changed paths: M client/player.c Log Message: ----------- client/player: Remove hardcoded BASE from player Remove hardcoded BASE and QoS for broadcast and use the information from the preset instead. Commit: 15e7d5a4d24a22c9a3e3d317ee45c39f482991d3 https://github.com/bluez/bluez/commit/15e7d5a4d24a22c9a3e3d317ee45c39f482991d3 Author: Silviu Florian Barbulescu <silviu.barbulescu@xxxxxxx> Date: 2024-01-23 (Tue, 23 Jan 2024) Changed paths: M profiles/audio/bap.c Log Message: ----------- bap: Use SetConfiguration info to generate BASE Use the preset information provided by SetConfiguration to generate the source's BASE and not receive the BASE over D-BUS. Compare: https://github.com/bluez/bluez/compare/a9d1f6f6a625...15e7d5a4d24a