diff options
author | John W. Linville | 2013-12-11 10:54:41 -0500 |
---|---|---|
committer | John W. Linville | 2013-12-11 10:54:41 -0500 |
commit | 7888b61c15d3661cd56d97fa1a078e48824d5d72 (patch) | |
tree | 19a349d5dec2799eb516b653f0813ccb66124ed1 /net/bluetooth/smp.h | |
parent | d9a577c35a5f874cb11d96993dec26775e9738f7 (diff) | |
parent | 71fb419724fadab4efdf98210aa3fe053bd81d29 (diff) |
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
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 f8ba07f3e5fa..a700bcb490d7 100644 --- a/net/bluetooth/smp.h +++ b/net/bluetooth/smp.h @@ -136,6 +136,7 @@ struct smp_chan { }; /* SMP Commands */ +bool smp_sufficient_security(struct hci_conn *hcon, u8 sec_level); int smp_conn_security(struct hci_conn *hcon, __u8 sec_level); int smp_sig_channel(struct l2cap_conn *conn, struct sk_buff *skb); int smp_distribute_keys(struct l2cap_conn *conn, __u8 force); |