Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_sync
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 27 Jun 2023 22:55:47 +0000 (15:55 -0700)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 11 Aug 2023 18:42:43 +0000 (11:42 -0700)
commit04a51d616929eb96b7a3e547bc11d3bb46af2c9f
tree741f503312ed0c1a0feb7b59cfe3b923275c8d5f
parenta13f316e90fdb1fb6df6582e845aa9b3270f3581
Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_sync

ISO_LINK connections where not being handled properly on
hci_abort_conn_sync which sometimes resulted in sending the wrong
commands, or in case of having the reject command being sent by the
socket code (iso.c) which is sort of a layer violation.

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