Branch: refs/heads/970417 Home: https://github.com/bluez/bluez Commit: 39864922552ee23de948994e7bdff80102fe8c24 https://github.com/bluez/bluez/commit/39864922552ee23de948994e7bdff80102fe8c24 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: ff3f31db9cf457c4944bc51bb993bc0dd3549b3f https://github.com/bluez/bluez/commit/ff3f31db9cf457c4944bc51bb993bc0dd3549b3f 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 Compare: https://github.com/bluez/bluez/compare/39864922552e%5E...ff3f31db9cf4 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications