Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277692
b: refs/heads/master
c: 12dc074
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo F. Padovan committed Oct 14, 2011
1 parent e30f597 commit 74527fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: b7059136d765603f2cff05d5e2d4850a4e505ec8
refs/heads/master: 12dc0743015fee37f4090f0937c898294cd2d133
7 changes: 2 additions & 5 deletions trunk/net/bluetooth/mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -694,14 +694,11 @@ static int update_eir(struct hci_dev *hdev)

static u8 get_service_classes(struct hci_dev *hdev)
{
struct list_head *p;
struct bt_uuid *uuid;
u8 val = 0;

list_for_each(p, &hdev->uuids) {
struct bt_uuid *uuid = list_entry(p, struct bt_uuid, list);

list_for_each_entry(uuid, &hdev->uuids, list)
val |= uuid->svc_hint;
}

return val;
}
Expand Down

0 comments on commit 74527fd

Please sign in to comment.