mbox series

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

Message ID 20230331153801.35290-1-iulia.tanasescu@nxp.com
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