All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Bluetooth: hci_event: Fix setting of unicast qos interval
@ 2024-04-15 14:44 Vlad Pruteanu
  2024-04-15 14:44 ` [PATCH 1/1] " Vlad Pruteanu
  0 siblings, 1 reply; 6+ messages in thread
From: Vlad Pruteanu @ 2024-04-15 14:44 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: claudia.rosu, mihai-octavian.urzica, silviu.barbulescu,
	iulia.tanasescu, andrei.istodorescu, luiz.dentz, Vlad Pruteanu

qos->ucast interval reffers to the SDU interval, and should not
be set to the interval value reported by the LE CIS Established
event since the latter reffers to the ISO interval. These two
interval are not the same thing:

BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 6, Part G

Isochronous interval:
The time between two consecutive BIS or CIS events (designated
ISO_Interval in the Link Layer)

SDU interval:
The nominal time between two consecutive SDUs that are sent or
received by the upper layer.

Vlad Pruteanu (1):
  Bluetooth: hci_event: Fix setting of unicast qos interval

 net/bluetooth/hci_event.c | 4 ----
 1 file changed, 4 deletions(-)

-- 
2.40.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-16 14:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-15 14:44 [PATCH 0/1] Bluetooth: hci_event: Fix setting of unicast qos interval Vlad Pruteanu
2024-04-15 14:44 ` [PATCH 1/1] " Vlad Pruteanu
2024-04-15 15:06   ` Luiz Augusto von Dentz
2024-04-16 10:22     ` [EXT] " Vlad Pruteanu
2024-04-16 14:18       ` Luiz Augusto von Dentz
2024-04-15 15:33   ` bluez.test.bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.