Branch: refs/heads/974291 Home: https://github.com/bluez/bluez Commit: 3be28f8d3982fff7e58d553883acb144e6568e49 https://github.com/bluez/bluez/commit/3be28f8d3982fff7e58d553883acb144e6568e49 Author: Kirill Samburskiy <k.samburskiy@xxxxxx> Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M src/shared/bap.c Log Message: ----------- shared/bap: ignore NULL attach/detach callbacks Allow registering NULL attach/detach callbacks with bt_bap_register for cases when one of callbacks is not needed, e.g. in tests. Commit: 672f18412da47732a438b6eb32a31b4496934e58 https://github.com/bluez/bluez/commit/672f18412da47732a438b6eb32a31b4496934e58 Author: Kirill Samburskiy <k.samburskiy@xxxxxx> Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M unit/test-vcp.c Log Message: ----------- test-vcp: remove unnecessary bt_vcp allocation Do not create bt_vcp in test_server since it is not necessary for this test. Also register bt_vcp detached callback to unref and free objects created by vcp_get_session. Commit: b1b39500f36dd34296e8ff6312248fcd9622e0c4 https://github.com/bluez/bluez/commit/b1b39500f36dd34296e8ff6312248fcd9622e0c4 Author: Kirill Samburskiy <k.samburskiy@xxxxxx> Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M unit/test-micp.c Log Message: ----------- test-micp: remove unnecessary bt_micp allocation Do not create bt_micp in test_server since it is not necessary for this test. Also register bt_micp detached callback to unref and free objects created by micp_get_session. Commit: b53127f08e2c1015ee01b417b68475a55e280864 https://github.com/bluez/bluez/commit/b53127f08e2c1015ee01b417b68475a55e280864 Author: Kirill Samburskiy <k.samburskiy@xxxxxx> Date: 2025-06-20 (Fri, 20 Jun 2025) Changed paths: M src/shared/tester.c M src/shared/tester.h Log Message: ----------- shared/tester: shutdown tester IO before test teardown Some tests may require shutdown of tester IO for proper teardown. Add function tester_shutdown_io to accomplish that and call it automatically when test finishes. Compare: https://github.com/bluez/bluez/compare/3be28f8d3982%5E...b53127f08e2c To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications