linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v2 0/4] bap: Replace the global bcast_pa_requests with a per adapter queue
@ 2024-04-24 14:07 Vlad Pruteanu
  2024-04-24 14:07 ` [PATCH BlueZ v2 1/4] bap: Initialize bap_data for scanned device in bap_bcast_probe Vlad Pruteanu
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Vlad Pruteanu @ 2024-04-24 14:07 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: claudia.rosu, mihai-octavian.urzica, silviu.barbulescu,
	iulia.tanasescu, andrei.istodorescu, luiz.dentz, Vlad Pruteanu

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-04-24 19:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-24 14:07 [PATCH BlueZ v2 0/4] bap: Replace the global bcast_pa_requests with a per adapter queue Vlad Pruteanu
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

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).