]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: hci_sync: Fix attempting to send HCI_Disconnect to BIS handle
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 3 Jul 2025 13:45:08 +0000 (09:45 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 3 Jul 2025 15:37:24 +0000 (11:37 -0400)
commit314d30b1508682e27c8a324096262c66f23455d9
tree4e53c5ae54828142eddac9d3873e5051ca4fbb89
parent59710a26a289ad4e7ef227d22063e964930928b0
Bluetooth: hci_sync: Fix attempting to send HCI_Disconnect to BIS handle

BIS/PA connections do have their own cleanup proceedure which are
performed by hci_conn_cleanup/bis_cleanup.

Fixes: 23205562ffc8 ("Bluetooth: separate CIS_LINK and BIS_LINK link types")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_sync.c