diff options
Diffstat (limited to 'net/bluetooth/smp.h')
-rw-r--r-- | net/bluetooth/smp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/smp.h b/net/bluetooth/smp.h index b6913471815a..0d536b8b3f9a 100644 --- a/net/bluetooth/smp.h +++ b/net/bluetooth/smp.h | |||
@@ -120,6 +120,7 @@ struct smp_cmd_security_req { | |||
120 | #define SMP_FLAG_MITM_AUTH 3 | 120 | #define SMP_FLAG_MITM_AUTH 3 |
121 | #define SMP_FLAG_LTK_ENCRYPT 4 | 121 | #define SMP_FLAG_LTK_ENCRYPT 4 |
122 | #define SMP_FLAG_COMPLETE 5 | 122 | #define SMP_FLAG_COMPLETE 5 |
123 | #define SMP_FLAG_INITIATOR 6 | ||
123 | 124 | ||
124 | #define SMP_REENCRYPT_TIMEOUT msecs_to_jiffies(500) | 125 | #define SMP_REENCRYPT_TIMEOUT msecs_to_jiffies(500) |
125 | 126 | ||