aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-02-22 19:06:32 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-02-22 09:59:23 -0800
commit863efaf224d24705c0ffdc59f2a0ec68f2d85b4f (patch)
treeb58c8d7eba9defd81c056dcb701435237031fa44 /include/net/bluetooth/hci.h
parentBluetooth: Add helper variables to smp_distribute_keys() (diff)
downloadlinux-dev-863efaf224d24705c0ffdc59f2a0ec68f2d85b4f.tar.xz
linux-dev-863efaf224d24705c0ffdc59f2a0ec68f2d85b4f.zip
Bluetooth: Add initial code for distributing local IRK
This code adds a HCI_PRIVACY flag to track whether Privacy support is enabled (meaning we have a local IRK) and makes sure the IRK is distributed during SMP key distribution in case this flag is set. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r--include/net/bluetooth/hci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index fe4b06bfc150..5ff885ff29df 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -126,6 +126,7 @@ enum {
HCI_SSP_ENABLED,
HCI_SC_ENABLED,
HCI_SC_ONLY,
+ HCI_PRIVACY,
HCI_RPA_RESOLVING,
HCI_HS_ENABLED,
HCI_LE_ENABLED,