Bluetooth: Fix l2cap conn failures for ssp devices
authorPeter Hurley <peter@hurleysoftware.com>
Fri, 13 Jan 2012 14:11:30 +0000 (15:11 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 15 Feb 2012 11:09:25 +0000 (13:09 +0200)
commit18daf1644e634bae951a6e3d4d19d89170209762
treee4d467a93904208cb2c421868646b1cd8f33b34e
parentc27111e5b8d6b1e9296f7075cdc35872f672b524
Bluetooth: Fix l2cap conn failures for ssp devices

Commit 330605423c 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: Peter Hurley <peter@hurleysoftware.com>
Tested-by: Daniel Wagner <daniel.wagner@bmw-carit.de>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/hci_conn.c
This page took 0.025013 seconds and 5 git commands to generate.