kernel_samsung_a53x/include/net/bluetooth
Luiz Augusto von Dentz eaec3111c4 Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
[ Upstream commit 806a5198c05987b748b50f3d0c0cfb3d417381a4 ]

This removes the bogus check for max > hcon->le_conn_max_interval since
the later is just the initial maximum conn interval not the maximum the
stack could support which is really 3200=4000ms.

In order to pass GAP/CONN/CPUP/BV-05-C one shall probably enter values
of the following fields in IXIT that would cause hci_check_conn_params
to fail:

TSPX_conn_update_int_min
TSPX_conn_update_int_max
TSPX_conn_update_peripheral_latency
TSPX_conn_update_supervision_timeout

Link: https://github.com/bluez/bluez/issues/847
Fixes: e4b019515f95 ("Bluetooth: Enforce validation on max value of connection interval")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 14:19:03 +01:00
..
bluetooth.h Bluetooth: SCO: Fix not validating setsockopt user input 2024-11-19 11:32:19 +01:00
hci.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hci_core.h Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ 2024-11-19 14:19:03 +01:00
hci_mon.h Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name 2024-11-08 11:26:20 +01:00
hci_sock.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
l2cap.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mgmt.h Bluetooth: use inclusive language in SMP 2024-11-18 12:12:01 +01:00
rfcomm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sco.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00