Diff between 3c67d49258ca60aea6fb2d14932e46efa0f4dba4 and 603ffaf50af110e184db95dcc39507f2495a8a92

Changed Files

File Additions Deletions Status
src/shared/bap.c +2 -0 modified

Full Patch

diff --git a/src/shared/bap.c b/src/shared/bap.c
index c564297..6573ea3 100644
--- a/src/shared/bap.c
+++ b/src/shared/bap.c
@@ -5684,6 +5684,8 @@ bool bt_bap_attach_broadcast(struct bt_bap *bap)
 
 	queue_push_tail(sessions, bap);
 
+	queue_foreach(bap_cbs, bap_attached, bap);
+
 	ep = bap_get_endpoint_bcast(bap->remote_eps, bap->ldb,
 				BT_BAP_BCAST_SOURCE);
 	if (ep)