]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Bluetooth: hci_core: Detect if an ISO link has stalled
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 13 Aug 2025 19:57:39 +0000 (15:57 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Sat, 27 Sep 2025 15:37:01 +0000 (11:37 -0400)
commitc9beb36c14660713b948e289b1e352cc3d386d44
tree46131d5f555ab73f2fd5fb6960c4d05259134647
parent339a87883a14d6a818ca436fed41aa5d10e0f4bd
Bluetooth: hci_core: Detect if an ISO link has stalled

This attempts to detect if an ISO link has been waiting for an ISO
buffer for longer than the maximum allowed transport latency then
proceed to use hci_link_tx_to which prints an error and disconnects.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
include/net/bluetooth/hci.h
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c