2024-04-16 15:08:48

by Vlad Pruteanu

[permalink] [raw]
Subject: [PATCH v2 0/1] Bluetooth: hci_event: Fix setting of broadcast qos interval and latency

The latency parameter of the broadcast qos is calculated wrongly.
In fact, no calculation should be made. For broadcast sink the
latency should be taken directly from the BIG Sync Established
event and for the source it should be taken from the Create BIG
Complete event.

The interval parameter of the broadcast qos reffers to the SDU
Interval and shouldn't be set based on the latency. The Host will
read this value from the BASE.

Vlad Pruteanu (1):
Bluetooth: hci_event: Fix setting of broadcast qos interval and
latency

net/bluetooth/hci_event.c | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)

--
2.40.1