]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Notify suspend on le conn failed
authorAbhishek Pandit-Subedi <abhishekpandit@chromium.org>
Mon, 1 Mar 2021 20:06:04 +0000 (12:06 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 2 Mar 2021 14:02:55 +0000 (15:02 +0100)
commit560ade723c6a406fdc50d4abd44be8a501146c72
tree089b3966b2b83d495dc2e1165af192f1fda2eb71
parenta5b204a9fd198a81a0d360cf671c6197de581af1
Bluetooth: Notify suspend on le conn failed

When suspending, Bluetooth disconnects all connected peers devices. If
an LE connection is started but isn't completed, we will see an LE
Create Connection Cancel instead of an HCI disconnect. This just adds
a check to see if an LE cancel was the last disconnected device and wake
the suspend thread when that is the case.

Signed-off-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
Reviewed-by: Archie Pusaka <apusaka@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_conn.c