mbox series

[BlueZ,v2,0/4] bap: Replace the global bcast_pa_requests with a per adapter queue

Message ID 20240424140741.73899-1-vlad.pruteanu@nxp.com (mailing list archive)
Headers show
Series bap: Replace the global bcast_pa_requests with a per adapter queue | expand

Message

Vlad Pruteanu April 24, 2024, 2:07 p.m. UTC
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(-)

Comments

patchwork-bot+bluetooth@kernel.org April 24, 2024, 7:10 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Wed, 24 Apr 2024 17:07:37 +0300 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [BlueZ,v2,1/4] bap: Initialize bap_data for scanned device in bap_bcast_probe
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=638774f603c2
  - [BlueZ,v2,2/4] bap: Replace adapter in bap_data with bap_adapter
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=aa7f3574f275
  - [BlueZ,v2,3/4] bap: Improve handling of pa_req timer
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=48a69222581c
  - [BlueZ,v2,4/4] bap: Remove deleted devices from pa_req queue
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c7071911d57a

You are awesome, thank you!