Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: df891f0ff44e0d67c4e60bd6f9e03b89a316164e https://github.com/bluez/bluez/commit/df891f0ff44e0d67c4e60bd6f9e03b89a316164e Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-03-11 (Tue, 11 Mar 2025) Changed paths: M tools/sco-tester.c Log Message: ----------- sco-tester: Fix closing the socket When writting data the socket shall not be closed until all the data could be transmitted or the test times out. Commit: adcd73901831c0a4e2469ab3705608745af259f6 https://github.com/bluez/bluez/commit/adcd73901831c0a4e2469ab3705608745af259f6 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-03-11 (Tue, 11 Mar 2025) Changed paths: M emulator/btdev.c Log Message: ----------- btdev: Fix double lookup This fixes the existing double lookup when calling num_completed_packets but passing the conn->handle instead of passing the conn pointer directly since num_completed_packets would then attempt to do another lookup by handle to resolve the conn pointer again. Compare: https://github.com/bluez/bluez/compare/95055def8cd2...adcd73901831 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications