Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 4bae390858d0bfa434e4c2d43950480b248a8718 https://github.com/bluez/bluez/commit/4bae390858d0bfa434e4c2d43950480b248a8718 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: M emulator/btdev.c Log Message: ----------- btdev: Fix not setting sid on BT_HCI_EVT_LE_PA_SYNC_ESTABLISHED The event BT_HCI_EVT_LE_PA_SYNC_ESTABLISHED shall set the SID accourding to the value set in the periodic advertisement it is synchronized since the kernel will use that to complete the connection and notify the socket. Commit: 1e9dae5750472fec748d75608a032be31c329f1d https://github.com/bluez/bluez/commit/1e9dae5750472fec748d75608a032be31c329f1d Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: M emulator/bthost.c M emulator/bthost.h M tools/iso-tester.c M tools/mesh-tester.c M tools/mgmt-tester.c Log Message: ----------- iso-tester: Add more tests for getpeername This tests setting SID for broadcast source in adition to existing test that was testing broadcast sink only, so this adds/updates the following test: ISO Broadcaster SID auto - Success ISO Broadcaster SID 0x01 - Success ISO Broadcaster Receiver SID auto - Success ISO Broadcaster Receiver SID 0x01 - Success Commit: 95b72bbf1fe42216d02a5ebb99bd18e9b69b6064 https://github.com/bluez/bluez/commit/95b72bbf1fe42216d02a5ebb99bd18e9b69b6064 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: M profiles/audio/bap.c Log Message: ----------- bap: Fix not responding to SetConfiguration For broadcast the SetConfiguration would call setup_config which were not calling the callback so no reply was generated which brakes the likes of client/script/broadcast-source.bt as endpoint.config would not complete without a reply. Compare: https://github.com/bluez/bluez/compare/dd83c2d670dd...95b72bbf1fe4 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications