Branch: refs/heads/970489 Home: https://github.com/bluez/bluez Commit: 1eaebb4f1a94cbbd4d97bf548538e4e7be4381d2 https://github.com/bluez/bluez/commit/1eaebb4f1a94cbbd4d97bf548538e4e7be4381d2 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: 653039fedd15af7a3d6683eb964893b2771cb9c6 https://github.com/bluez/bluez/commit/653039fedd15af7a3d6683eb964893b2771cb9c6 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/1eaebb4f1a94%5E...653039fedd15 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications