summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRoger Lendenmann <roger.lendenmann@intel.com>2017-01-24 15:52:24 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2017-01-28 08:43:41 +0200
commit785415c8ad245d3f7b0ac4f9117c3a297c83cd7e (patch)
tree758ed6f6b88f9719d6020730230f13f68988cd65 /include
parent730b4f89d269b2a604aeb0d707964292b2e531aa (diff)
Bluetooth: add storage flag for secure connection pairing LTK
Change-Id: I521036a7887541f4cc078283fcb400bcdd5c41ef Signed-off-by: Roger Lendenmann <roger.lendenmann@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/bluetooth/storage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bluetooth/storage.h b/include/bluetooth/storage.h
index 89aab75e3..dd8c13258 100644
--- a/include/bluetooth/storage.h
+++ b/include/bluetooth/storage.h
@@ -68,6 +68,9 @@ enum {
enum {
/* Key has been generated with MITM protection */
BT_STORAGE_LTK_AUTHENTICATED = BIT(0),
+
+ /* Key has been generated using the LE Secure Connection pairing */
+ BT_STORAGE_LTK_SC = BIT(1),
};
struct bt_storage_ltk {