Skip to content
Commit 18daf164 authored by Peter Hurley's avatar Peter Hurley Committed by Johan Hedberg
Browse files

Bluetooth: Fix l2cap conn failures for ssp devices



Commit 33060542 fixed l2cap conn establishment for non-ssp remote
devices by not setting HCI_CONN_ENCRYPT_PEND every time conn security
is tested (which was always returning failure on any subsequent
security checks).

However, this broke l2cap conn establishment for ssp remote devices
when an ACL link was already established at SDP-level security. This
fix ensures that encryption must be pending whenever authentication
is also pending.

Signed-off-by: default avatarPeter Hurley <peter@hurleysoftware.com>
Tested-by: default avatarDaniel Wagner <daniel.wagner@bmw-carit.de>
Acked-by: default avatarMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
parent c27111e5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment