Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 71b5ea9bf3738755bf644d0a21958e54816c54c4 https://github.com/bluez/bluez/commit/71b5ea9bf3738755bf644d0a21958e54816c54c4 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: f5a4e95d73fec983d4b9a6058a0a177856c1b0f1 https://github.com/bluez/bluez/commit/f5a4e95d73fec983d4b9a6058a0a177856c1b0f1 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: 659fc8fa7037c18b34f2dd66b9188b98ba55f6e1 https://github.com/bluez/bluez/commit/659fc8fa7037c18b34f2dd66b9188b98ba55f6e1 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: a209d69767db0f62d6fdc86a7f73ee4ec749c37f https://github.com/bluez/bluez/commit/a209d69767db0f62d6fdc86a7f73ee4ec749c37f 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/ab13c24eab87...a209d69767db To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications