diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2014-08-14 12:33:17 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-12-03 16:51:20 +0100 |
commit | fe8bc5ac67a36b05c4ec91643736d44373096a76 (patch) | |
tree | 325b840d4796296696e0f10a131d424bb9c63fb4 /include | |
parent | 70157ef5391819a55bb4186c901ac873231fb6ea (diff) | |
download | talos-obmc-linux-fe8bc5ac67a36b05c4ec91643736d44373096a76.tar.gz talos-obmc-linux-fe8bc5ac67a36b05c4ec91643736d44373096a76.zip |
Bluetooth: Add hci_conn flag for new link key generation
For LE Secure Connections we want to trigger cross transport key
generation only if a new link key was actually created during the BR/EDR
connection. This patch adds a new flag to track this information.
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 90929641d0f0..42f9362a83c1 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -559,6 +559,7 @@ enum { HCI_CONN_AUTH_INITIATOR, HCI_CONN_DROP, HCI_CONN_PARAM_REMOVAL_PEND, + HCI_CONN_NEW_LINK_KEY, }; static inline bool hci_conn_ssp_enabled(struct hci_conn *conn) |