commit | 19cf60bf63cbaf5262eac400c707966e19999b83 | [log] [tgz] |
---|---|---|
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Fri Mar 24 10:57:55 2023 -0700 |
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Mon Apr 10 10:21:33 2023 -0700 |
tree | 5cd5329ae73fe13dd068efd9dc2c6dabac907a98 | |
parent | b9881d9a761a7e078c394ff8e30e1659d74f898f [diff] |
Bluetooth: hci_conn: Fix not cleaning up on LE Connection failure hci_connect_le_scan_cleanup shall always be invoked to cleanup the states and re-enable passive scanning if necessary, otherwise it may cause the pending action to stay active causing multiple attempts to connect. Fixes: 9b3628d79b46 ("Bluetooth: hci_sync: Cleanup hci_conn if it cannot be aborted") Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>