Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 30951c983ddcc97d82a8e824d6c7ab2b7a8353f3 https://github.com/bluez/bluez/commit/30951c983ddcc97d82a8e824d6c7ab2b7a8353f3 Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx> Date: 2024-11-05 (Tue, 05 Nov 2024) Changed paths: M emulator/btdev.c Log Message: ----------- btdev: Add support for syncing to multiple PA trains This adds support for synchronizing to multiple PA trains. Commit: fb09ce5cfda1630136575ee5cc201390ab73068b https://github.com/bluez/bluez/commit/fb09ce5cfda1630136575ee5cc201390ab73068b Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx> Date: 2024-11-05 (Tue, 05 Nov 2024) Changed paths: M emulator/btdev.c Log Message: ----------- btdev: Add support for syncing to multiple BIGs This adds support for synchronizing to multiple BIGs. Commit: 1a55bac5595ca83c17d14bdcd55cca4d1936a6d3 https://github.com/bluez/bluez/commit/1a55bac5595ca83c17d14bdcd55cca4d1936a6d3 Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx> Date: 2024-11-05 (Tue, 05 Nov 2024) Changed paths: M tools/iso-tester.c Log Message: ----------- iso-tester: Fix memory leaks in iso_accept_cb This fixes memory leaks that appear in iso_accept_cb because a new io channel is allocated but never unreferenced at the end of the test. ================================================================= ==20460==ERROR: LeakSanitizer: detected memory leaks Direct leak of 120 byte(s) in 1 object(s) allocated from: #0 0x7dcddc8fbb37 in malloc ../../../../src/libsanitizer/asan/ asan_malloc_linux.cpp:69 #1 0x7dcddc719af9 in g_malloc (/lib/x86_64-linux-gnu/ libglib-2.0.so.0+0x62af9) #2 0x7dcddc7722bd in g_io_channel_unix_new (/lib/x86_64-linux-gnu/libglib-2.0.so.0+0xbb2bd #3 0x5d3fdfe28262 in iso_accept_cb tools/iso-tester.c:3004 Indirect leak of 6 byte(s) in 1 object(s) allocated from: #0 0x7dcddc8fbb37 in malloc ../../../../src/libsanitizer/asan/ asan_malloc_linux.cpp:69 #1 0x7dcddc719af9 in g_malloc (/lib/x86_64-linux-gnu/ libglib-2.0.so.0+0x62af9) #2 0x7dcddc70016f in g_io_channel_init (/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x4916f) #3 0x7dcddc7722c8 in g_io_channel_unix_new (/lib/x86_64-linux-gnu/libglib-2.0.so.0+0xbb2c8) #4 0x5d3fdfe28262 in iso_accept_cb tools/iso-tester.c:3004 SUMMARY: AddressSanitizer: 126 byte(s) leaked in 2 allocation(s). Commit: b87c3767f5e042f64c02cb4a3d9460ec29bdd3f5 https://github.com/bluez/bluez/commit/b87c3767f5e042f64c02cb4a3d9460ec29bdd3f5 Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx> Date: 2024-11-05 (Tue, 05 Nov 2024) Changed paths: M tools/iso-tester.c Log Message: ----------- iso-tester: Add test for Broadcast Receiver sync to 2 BIGs This adds a new Broadcast Receiver test, for a Broadcast Sink synchronizing to 2 Broadcasters. ISO Broadcaster Receiver2 - Success Commit: bae6c32940d8958908f252b21d7594ba1e3fc638 https://github.com/bluez/bluez/commit/bae6c32940d8958908f252b21d7594ba1e3fc638 Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx> Date: 2024-11-05 (Tue, 05 Nov 2024) Changed paths: M tools/iso-tester.c Log Message: ----------- iso-tester: Add test for Broadcast Receiver Defer sync to 2 BIGs This adds a new Broadcast Receiver test, for a Broadcast Sink synchronizing to 2 Broadcasters, using defer setup. ISO Broadcaster Receiver2 Defer - Success Compare: https://github.com/bluez/bluez/compare/9d69dba21f1e...bae6c32940d8 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications