Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 2ca6e5215830919b699deadb6e64ebbd37a22bb7 https://github.com/bluez/bluez/commit/2ca6e5215830919b699deadb6e64ebbd37a22bb7 Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx> Date: 2025-03-06 (Thu, 06 Mar 2025) Changed paths: M src/shared/bap.c M src/shared/bap.h Log Message: ----------- shared/bap: Add APIs to register broadcast code callback This adds support for registering Broadcast Code request callback with shared/bap, to be called when a BAP Scan Delegator needs to receive the Code from peer Broadcast Assistants. Commit: 518d2a7aa566f6826367a3a5330cc6344f81e7cb https://github.com/bluez/bluez/commit/518d2a7aa566f6826367a3a5330cc6344f81e7cb Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx> Date: 2025-03-06 (Thu, 06 Mar 2025) Changed paths: M profiles/audio/bass.c M profiles/audio/bass.h M profiles/audio/transport.c Log Message: ----------- bass: Register broadcast code request callback This updates BASS to register Broadcast Code request callback with shared/bap instead of having a public API, to avoid making direct calls between plugins. The registered handler will be called from the transport plugin via shared/bap. Commit: 26bc1c9cd9dfe3877220173edd58f53c457b9d26 https://github.com/bluez/bluez/commit/26bc1c9cd9dfe3877220173edd58f53c457b9d26 Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx> Date: 2025-03-06 (Thu, 06 Mar 2025) Changed paths: M Makefile.plugins M profiles/audio/bap.c M profiles/audio/bass.c R profiles/audio/bass.h M profiles/audio/transport.c Log Message: ----------- bass: Remove interface This removes the BASS plugin interface, since plugins should not make direct calls between each other, but use the shared files instead. Compare: https://github.com/bluez/bluez/compare/9a32b6144d8a...26bc1c9cd9df To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications