]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: ISO: Use sk_sndtimeo as conn_timeout
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 13 Aug 2025 19:21:19 +0000 (15:21 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Sat, 27 Sep 2025 15:37:01 +0000 (11:37 -0400)
commit339a87883a14d6a818ca436fed41aa5d10e0f4bd
tree622943e6aafee82804e013b109f1069d3cdf4ee3
parent69a86cc17811c411fe336eb484a23bc0b425a814
Bluetooth: ISO: Use sk_sndtimeo as conn_timeout

This aligns the usage of socket sk_sndtimeo as conn_timeout when
initiating a connection and then use it when scheduling the
resulting HCI command, similar to what has been done in bf98feea5b65
("Bluetooth: hci_conn: Always use sk_timeo as conn_timeout").

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