Bluetooth: hci_sync: Don't wait peer's reply when powering off
authorArchie Pusaka <apusaka@chromium.org>
Mon, 6 Mar 2023 09:07:07 +0000 (17:07 +0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 24 Apr 2023 04:47:57 +0000 (21:47 -0700)
commitf5d13029a41d6504831ab99da0a9a0332fa7ea19
tree3e4462e66eddb6636748581a30de783a073a71e6
parent125ede3afe5830c3e748dbc66098b7b640899321
Bluetooth: hci_sync: Don't wait peer's reply when powering off

Currently, when we initiate disconnection, we will wait for the peer's
reply unless when we are suspending, where we fire and forget the
disconnect request.

A similar case is when adapter is powering off. However, we still wait
for the peer's reply in this case. Therefore, if the peer is
unresponsive, the command will time out and the power off sequence
will fail, causing "bluetooth powered on by itself" to users.

This patch makes the host doesn't wait for the peer's reply when the
disconnection reason is powering off.

Signed-off-by: Archie Pusaka <apusaka@chromium.org>
Reviewed-by: Abhishek Pandit-Subedi <abhishekpandit@google.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_sync.c