Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306889
b: refs/heads/master
c: 35d4adc
h: refs/heads/master
i:
  306887: c6cec59
v: v3
  • Loading branch information
Hemant Gupta authored and Gustavo Padovan committed May 9, 2012
1 parent 5b73dde commit fca4fa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4001d28464d92db5cae7702d65cf18162043a12
refs/heads/master: 35d4adcca1707c551f4598f68fe83118dd82cd60
3 changes: 2 additions & 1 deletion trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4813,7 +4813,8 @@ int l2cap_security_cfm(struct hci_conn *hcon, u8 status, u8 encrypt)
BT_DBG("conn %p", conn);

if (hcon->type == LE_LINK) {
smp_distribute_keys(conn, 0);
if (!status && encrypt)
smp_distribute_keys(conn, 0);
cancel_delayed_work(&conn->security_timer);
}

Expand Down

0 comments on commit fca4fa4

Please sign in to comment.