mbox series

[v3,0/1] Bluetooth: Split bt_iso_qos into dedicated structures

Message ID 20230331153801.35290-1-iulia.tanasescu@nxp.com (mailing list archive)
Headers show
Series Bluetooth: Split bt_iso_qos into dedicated structures | expand

Message

Iulia Tanasescu March 31, 2023, 3:38 p.m. UTC
This patch adds support for additional ISO broadcast QoS parameters,
that the user can set before performing broadcast procedures
using an ISO socket.

This patch splits the "bt_iso_qos" structure into dedicated
unicast and broadcast structures, so that ISO sockets
can be configured with dedicated QoS options depending
on the type of ISO procedures to run.

This patch depends on the BlueZ patch
[BlueZ,v2,1/1] Split bt_iso_qos into dedicated structures.

Iulia Tanasescu (1):
  Bluetooth: Split bt_iso_qos into dedicated structures

 include/net/bluetooth/bluetooth.h |  43 +++++---
 include/net/bluetooth/hci_core.h  |   9 +-
 net/bluetooth/hci_conn.c          | 162 ++++++++++++++++--------------
 net/bluetooth/hci_event.c         |  33 +++---
 net/bluetooth/iso.c               | 125 ++++++++++++++++++-----
 5 files changed, 237 insertions(+), 135 deletions(-)


base-commit: 5b23f8375a3685b93022feb625a2c4b43e5c0ad3

Comments

patchwork-bot+bluetooth@kernel.org March 31, 2023, 10:10 p.m. UTC | #1
Hello:

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

On Fri, 31 Mar 2023 18:38:00 +0300 you wrote:
> This patch adds support for additional ISO broadcast QoS parameters,
> that the user can set before performing broadcast procedures
> using an ISO socket.
> 
> This patch splits the "bt_iso_qos" structure into dedicated
> unicast and broadcast structures, so that ISO sockets
> can be configured with dedicated QoS options depending
> on the type of ISO procedures to run.
> 
> [...]

Here is the summary with links:
  - [v3,1/1] Bluetooth: Split bt_iso_qos into dedicated structures
    https://git.kernel.org/bluetooth/bluetooth-next/c/991aa4a69a47

You are awesome, thank you!