Skip to content

Commit

Permalink
bap: Remove set lpac user data at bcast ep register
Browse files Browse the repository at this point in the history
Remove set lpac user data at bcast ep register
  • Loading branch information
silviubarbulescu authored and Vudentz committed Feb 20, 2024
1 parent e6acec4 commit c5f1c5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions profiles/audio/bap.c
Expand Up @@ -1207,8 +1207,6 @@ static struct bap_ep *ep_register_bcast(struct bap_data *data,
*/
if (rpac)
bt_bap_pac_set_user_data(rpac, ep->path);
else
bt_bap_pac_set_user_data(lpac, ep->path);

DBG("ep %p lpac %p rpac %p path %s", ep, ep->lpac, ep->rpac, ep->path);

Expand Down

0 comments on commit c5f1c5b

Please sign in to comment.