summaryrefslogtreecommitdiff
path: root/profiles/audio/bap.c
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/audio/bap.c')
-rw-r--r--profiles/audio/bap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/audio/bap.c b/profiles/audio/bap.c
index d388afe56..67aba3bd7 100644
--- a/profiles/audio/bap.c
+++ b/profiles/audio/bap.c
@@ -555,6 +555,8 @@ static struct bap_ep *ep_register(struct btd_service *service,
return NULL;
}
+ bt_bap_pac_set_user_data(rpac, ep->path);
+
DBG("ep %p lpac %p rpac %p path %s", ep, ep->lpac, ep->rpac, ep->path);
queue_push_tail(queue, ep);