This removes the bass_add_stream and bass_remove_stream APIs and implements a method to register bis probe/remove callbacks with shared/bap, to avoid making direct plugin calls between BAP and BASS. Iulia Tanasescu (3): shared/bap: Add support to register bis callbacks bass: Create BASS session with Broadcasters bass: Register bis probe/remove callbacks profiles/audio/bap.c | 6 +-- profiles/audio/bass.c | 62 +++++++++++++++++++++-- profiles/audio/bass.h | 5 -- src/shared/bap.c | 113 ++++++++++++++++++++++++++++++++++++++++++ src/shared/bap.h | 12 ++++- 5 files changed, 185 insertions(+), 13 deletions(-) -- 2.43.0