Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 2dfe29197435ebeae5337bed6d965cdf2edc3f89 https://github.com/bluez/bluez/commit/2dfe29197435ebeae5337bed6d965cdf2edc3f89 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-08-05 (Fri, 05 Aug 2022) Changed paths: M src/shared/tester.c M src/shared/tester.h Log Message: ----------- shared/tester: Add tester_setup_io This adds tester_setup_io which can be used to add a PDU list in the form of iovec. Commit: f07b88abfb89dbd951d65b782076383768bbc8be https://github.com/bluez/bluez/commit/f07b88abfb89dbd951d65b782076383768bbc8be Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-08-05 (Fri, 05 Aug 2022) Changed paths: M Makefile.am A unit/test-tester.c Log Message: ----------- test-tester: This add tests for tester This adds tests for the tester itself: > unit/test-tester Test Summary ------------ /tester/basic Passed 0.000 seconds /tester/setup_io Passed 0.000 seconds /tester/io_send Passed 0.000 seconds Total: 3, Passed: 3 (100.0%), Failed: 0, Not Run: 0 Overall execution time: 0.000355 seconds Commit: bbbd0512c92d5b9a629a41b6e1afaef94f63a8b4 https://github.com/bluez/bluez/commit/bbbd0512c92d5b9a629a41b6e1afaef94f63a8b4 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-08-05 (Fri, 05 Aug 2022) Changed paths: M emulator/bthost.c M emulator/bthost.h M tools/iso-tester.c Log Message: ----------- bthost: Add qos support to bthost_set_cig_params This enables setting QoS other then the mandatory 16_2_1. Commit: 06f6460cd121ec8dd7dbeffd1dcd2339c25169d1 https://github.com/bluez/bluez/commit/06f6460cd121ec8dd7dbeffd1dcd2339c25169d1 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-08-05 (Fri, 05 Aug 2022) Changed paths: M tools/iso-tester.c Log Message: ----------- iso-tester: Add ISO 48_2_1 Defer Receive - Success This adds a test to check if different QoS are properly handled when acting as peripheral. Compare: https://github.com/bluez/bluez/compare/e7fc74a5dd1b...06f6460cd121