Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180415
b: refs/heads/master
c: c390216
h: refs/heads/master
i:
  180413: 0185a70
  180411: 74447f5
  180407: 18ee0bb
  180399: c23d913
  180383: 748641e
  180351: 46a6335
v: v3
  • Loading branch information
Nick Pelly authored and Marcel Holtmann committed Feb 4, 2010
1 parent d933794 commit f627738
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: 88d1a0cf659438a66135661538ae332b23f8635a
refs/heads/master: c390216b3e868b16d8154939f4b6f8c16dbd9a9f
3 changes: 3 additions & 0 deletions trunk/net/bluetooth/hci_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@ struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, __u8

if (acl->state == BT_CONNECTED &&
(sco->state == BT_OPEN || sco->state == BT_CLOSED)) {
acl->power_save = 1;
hci_conn_enter_active_mode(acl);

if (lmp_esco_capable(hdev))
hci_setup_sync(sco, acl->handle);
else
Expand Down

0 comments on commit f627738

Please sign in to comment.