mbox series

[0/2] Bluetooth: ISO: Reassemble PA data for bcast sink

Message ID 20240223131442.3077-1-iulia.tanasescu@nxp.com
Headers show
Series Bluetooth: ISO: Reassemble PA data for bcast sink | expand

Message

Iulia Tanasescu Feb. 23, 2024, 1:14 p.m. UTC
This patch adds a hcon for a Broadcast Sink listening socket and
adds support for PA data reassembly inside the hcon le_per_adv_data
array, before the BASE can be extracted inside the socket. This is
necessary in case the BASE comes fragmented in multiple PA reports.

Iulia Tanasescu (2):
  Bluetooth: ISO: Add hcon for listening bis sk
  Bluetooth: ISO: Reassemble PA data for bcast sink

 include/net/bluetooth/hci.h      |  5 ++
 include/net/bluetooth/hci_core.h | 11 ++--
 net/bluetooth/hci_conn.c         | 32 ++++++++---
 net/bluetooth/iso.c              | 91 +++++++++++++++++++++++++++-----
 4 files changed, 114 insertions(+), 25 deletions(-)


base-commit: 75518da8cf76df4510d452f3214130d17efce283

Comments

patchwork-bot+bluetooth@kernel.org Feb. 26, 2024, 7:30 p.m. UTC | #1
Hello:

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

On Fri, 23 Feb 2024 15:14:40 +0200 you wrote:
> This patch adds a hcon for a Broadcast Sink listening socket and
> adds support for PA data reassembly inside the hcon le_per_adv_data
> array, before the BASE can be extracted inside the socket. This is
> necessary in case the BASE comes fragmented in multiple PA reports.
> 
> Iulia Tanasescu (2):
>   Bluetooth: ISO: Add hcon for listening bis sk
>   Bluetooth: ISO: Reassemble PA data for bcast sink
> 
> [...]

Here is the summary with links:
  - [1/2] Bluetooth: ISO: Add hcon for listening bis sk
    https://git.kernel.org/bluetooth/bluetooth-next/c/7cecb020a33a
  - [2/2] Bluetooth: ISO: Reassemble PA data for bcast sink
    https://git.kernel.org/bluetooth/bluetooth-next/c/956f7a281807

You are awesome, thank you!