diff options
author | Sonny Sasaka <sonnysasaka@chromium.org> | 2020-08-14 12:09:09 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2020-09-20 08:21:14 +0200 |
commit | a46b7ed4d52d09bd6c7ab53b2217d04fc2f02c65 (patch) | |
tree | d0393371e7624766a900b8bef029bb284145c8c8 /net/Kconfig | |
parent | e99f38b81107c572392c3c6b859d063344afd865 (diff) | |
download | linux-a46b7ed4d52d09bd6c7ab53b2217d04fc2f02c65.tar.bz2 |
Bluetooth: Fix auto-creation of hci_conn at Conn Complete event
Currently the code auto-creates hci_conn only if the remote address has
been discovered before. This may not be the case. For example, the
remote device may trigger connection after reboot at already-paired
state so there is no inquiry result found, but it is still correct to
create the hci_conn when Connection Complete event is received.
A better guard is to check against bredr allowlist. Devices in the
allowlist have been given permission to auto-connect.
Fixes: 4f40afc6c764 ("Bluetooth: Handle BR/EDR devices during suspend")
Signed-off-by: Sonny Sasaka <sonnysasaka@chromium.org>
Reviewed-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/Kconfig')
0 files changed, 0 insertions, 0 deletions