linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vlad Pruteanu <vlad.pruteanu@nxp.com>
To: linux-bluetooth@vger.kernel.org
Cc: claudia.rosu@nxp.com, mihai-octavian.urzica@nxp.com,
	silviu.barbulescu@nxp.com, iulia.tanasescu@nxp.com,
	andrei.istodorescu@nxp.com, luiz.dentz@gmail.com,
	Vlad Pruteanu <vlad.pruteanu@nxp.com>
Subject: [PATCH BlueZ v2 0/4] bap: Replace the global bcast_pa_requests with a per adapter queue
Date: Wed, 24 Apr 2024 17:07:37 +0300	[thread overview]
Message-ID: <20240424140741.73899-1-vlad.pruteanu@nxp.com> (raw)

This replaces the current implementation that uses a global
bcast_pa_requestsqueue with one that runs on a per adapter basis. In order
to implement this the btd_adapter field of bap_data has been replaced by a
new struct, bap_adapter, which includes btd_adapter, bcast_pa_req queue
and pa_timer_id.

Vlad Pruteanu (4):
  bap: Initialize bap_data for scanned device in bap_bcast_probe
  bap: Replace adapter in bap_data with bap_adapter
  bap: Improve handling of pa_req timer
  bap: Remove deleted devices from pa_req queue

 profiles/audio/bap.c | 196 +++++++++++++++++++++++++++++--------------
 1 file changed, 131 insertions(+), 65 deletions(-)

-- 
2.40.1


             reply	other threads:[~2024-04-24 14:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-24 14:07 Vlad Pruteanu [this message]
2024-04-24 14:07 ` [PATCH BlueZ v2 1/4] bap: Initialize bap_data for scanned device in bap_bcast_probe Vlad Pruteanu
2024-04-24 16:59   ` bap: Replace the global bcast_pa_requests with a per adapter queue bluez.test.bot
2024-04-24 14:07 ` [PATCH BlueZ v2 2/4] bap: Replace adapter in bap_data with bap_adapter Vlad Pruteanu
2024-04-24 14:07 ` [PATCH BlueZ v2 3/4] bap: Improve handling of pa_req timer Vlad Pruteanu
2024-04-24 14:07 ` [PATCH BlueZ v2 4/4] bap: Remove deleted devices from pa_req queue Vlad Pruteanu
2024-04-24 19:10 ` [PATCH BlueZ v2 0/4] bap: Replace the global bcast_pa_requests with a per adapter queue patchwork-bot+bluetooth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240424140741.73899-1-vlad.pruteanu@nxp.com \
    --to=vlad.pruteanu@nxp.com \
    --cc=andrei.istodorescu@nxp.com \
    --cc=claudia.rosu@nxp.com \
    --cc=iulia.tanasescu@nxp.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=luiz.dentz@gmail.com \
    --cc=mihai-octavian.urzica@nxp.com \
    --cc=silviu.barbulescu@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).