From: Vinicius Costa Gomes Date: Sat, 20 Aug 2011 00:06:51 +0000 (-0300) Subject: Bluetooth: Add a flag to indicate that SMP is going on X-Git-Tag: v3.2-rc1~129^2~183^2~39^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d26a23454813908a1bf0e2fd8c73233b22c6dbd7;p=pandora-kernel.git Bluetooth: Add a flag to indicate that SMP is going on Add HCI_CONN_LE_SMP_PEND flag to indicate that SMP is pending for that connection. This allows to have information that an SMP procedure is going on for that connection. We use the HCI_CONN_ENCRYPT_PEND to indicate that encryption (HCI_LE_Start_Encryption) is pending for that connection. While a SMP procedure is going on we hold an reference to the connection, to avoid disconnections. Signed-off-by: Vinicius Costa Gomes Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed