]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_conn: Fix updating ISO QoS PHY
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 28 Jul 2022 20:56:36 +0000 (13:56 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 9 Aug 2022 00:04:11 +0000 (17:04 -0700)
commitf286e4b51d6cacb0b3814c16cbd3ea329e2c929b
tree827628ee69a898ba9dcb7ae14ad415dbfd957de7
parentcfd36909cba4fc1fb227f70c1ac14da38cdb4ea1
Bluetooth: hci_conn: Fix updating ISO QoS PHY

BT_ISO_QOS has different semantics when it comes to QoS PHY as it uses
0x00 to disable a direction but that value is invalid over HCI and
sockets using DEFER_SETUP to connect may attempt to use hci_bind_cis
multiple times in order to detect if the parameters have changed, so to
fix the code will now just mirror the PHY for the parameters of
HCI_OP_LE_SET_CIG_PARAMS and will not update the PHY of the socket
leaving it disabled.

Fixes: 1cbf406bf6533 ("Bluetooth: Add initial implementation of CIS connections")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_conn.c