diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-09 00:14:05 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-09 00:14:05 +0000 |
commit | a2529a9b417959a52f5d501cba4bcaf32caf6964 (patch) | |
tree | fbb41f36aa176b0ad05eadc06bcbf5515d8e3c3e /hcid/dbus-hci.c | |
parent | 64f8405b60509908b8668a4160d3ebe120f7b67f (diff) |
First attempt at Device.DiscoverServices() implementation
Diffstat (limited to 'hcid/dbus-hci.c')
-rw-r--r-- | hcid/dbus-hci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c index a15be13a..b2df0e69 100644 --- a/hcid/dbus-hci.c +++ b/hcid/dbus-hci.c @@ -1264,7 +1264,7 @@ proceed: dbus_message_unref(reply); } else { device->temporary = FALSE; - device_browse(device, bonding->conn, bonding->msg); + device_browse(device, bonding->conn, bonding->msg, FALSE); } } |