From: Vinicius Costa Gomes Date: Fri, 20 Apr 2012 18:46:08 +0000 (-0300) Subject: Bluetooth: Add support for reusing the same hci_conn for LE links X-Git-Tag: v3.5-rc1~101^2~6^2^2^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f0caeb1deafa9a894ee03134f6642c3a245b1af;p=pandora-kernel.git Bluetooth: Add support for reusing the same hci_conn for LE links As most LE devices leave advertising mode when they enter the connected state, we may want to "pass" that connection to other users. The first user will be the pairing procedure, the connection is established without an associated socket, after the pairing is complete, userspace may want to discover via GATT what services the newly bonded device has. If userspace establishes the connection while the timeout still hasn't expired, the connection will be re-used. Signed-off-by: Vinicius Costa Gomes Tested-by: João Paulo Rechi Vita Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed