mbox series

[v2,0/1] Bluetooth: hci_event: Fix setting of broadcast qos interval and latency

Message ID 20240416150732.101088-1-vlad.pruteanu@nxp.com
Headers show
Series Bluetooth: hci_event: Fix setting of broadcast qos interval and latency | expand

Message

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