From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Tests such if metadata update requires the server to generate ASE notification on Update Metadata operation. --- src/shared/bap.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/shared/bap.c b/src/shared/bap.c index 73d1b6192843..ae840c14ded1 100644 --- a/src/shared/bap.c +++ b/src/shared/bap.c @@ -2148,6 +2148,9 @@ static uint8_t stream_metadata(struct bt_bap_stream *stream, struct iovec *meta, util_iov_free(stream->meta, 1); stream->meta = util_iov_dup(meta, 1); + /* Force state change to the same state to update the metadata */ + stream_set_state(stream, bt_bap_stream_get_state(stream)); + return 0; } -- 2.49.0