Diff between 7104f37735cd74ef57a4e18d61e6f55a99edd7a8 and ce6462eba2dbf310728a2ae6b10110032fb39285
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/bap.c | +3 | -0 | modified |
Full Patch
diff --git a/profiles/audio/bap.c b/profiles/audio/bap.c
index 100acca..c45717e 100644
--- a/profiles/audio/bap.c
+++ b/profiles/audio/bap.c
@@ -3243,6 +3243,9 @@ static int bap_bcast_probe(struct btd_service *service)
free(data);
return -EINVAL;
}
+
+ bt_bap_set_debug(data->bap, bap_debug, NULL, NULL);
+
data->bcast_snks = queue_new();
if (!bt_bap_attach(data->bap, NULL)) {