Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134731
b: refs/heads/master
c: 657e17b
h: refs/heads/master
i:
  134729: 1bf9ba2
  134727: 39b1a24
v: v3
  • Loading branch information
Marcel Holtmann committed Feb 27, 2009
1 parent baa109a commit d39418e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0684e5f9fb9e3f7e168ab831dfca693bcb44805b
refs/heads/master: 657e17b03c80bec817975984d221bef716f83558
3 changes: 3 additions & 0 deletions trunk/net/bluetooth/hci_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,9 @@ int hci_conn_security(struct hci_conn *conn, __u8 sec_level, __u8 auth_type)
{
BT_DBG("conn %p", conn);

if (conn->auth_type == 0xff)
conn->auth_type = auth_type;

if (sec_level == BT_SECURITY_SDP)
return 1;

Expand Down

0 comments on commit d39418e

Please sign in to comment.