Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306873
b: refs/heads/master
c: 328c924
h: refs/heads/master
i:
  306871: b247b59
v: v3
  • Loading branch information
Hemant Gupta authored and Gustavo Padovan committed May 9, 2012
1 parent 03b710e commit fd5f67e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b24c62471c276b7ac6105e832eb6fe3c41a654ef
refs/heads/master: 328c9248bfa7f5e1490ee82e9027e14c3ecc0485
2 changes: 2 additions & 0 deletions trunk/net/bluetooth/hci_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -1648,6 +1648,8 @@ static void hci_cs_le_create_conn(struct hci_dev *hdev, __u8 status)
if (status) {
if (conn && conn->state == BT_CONNECT) {
conn->state = BT_CLOSED;
mgmt_connect_failed(hdev, &cp->peer_addr, conn->type,
conn->dst_type, status);
hci_proto_connect_cfm(conn, status);
hci_conn_del(conn);
}
Expand Down

0 comments on commit fd5f67e

Please sign in to comment.