diff --git a/profiles/audio/bap.c b/profiles/audio/bap.c
index 3957bd5..b877e7c 100644
--- a/profiles/audio/bap.c
+++ b/profiles/audio/bap.c
g_io_channel_shutdown(io, TRUE, NULL);
}
+ /* Notify the BASS plugin about the session. */
+ bass_bcast_probe(data->device, data->bap);
+
/* Analyze received BASE data and create remote media endpoints for each
* BIS matching our capabilities
*/
}
free(req);
+ /* Notify the BASS plugin about the removed session. */
+ bass_bcast_remove(device);
+
bap_data_remove(data);
bass_remove_stream(device);