projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c235a0
)
Have Bluetooth plugin set a proper network grouping
author
Marcel Holtmann
<marcel@holtmann.org>
Thu, 6 Aug 2009 06:13:20 +0000
(23:13 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 6 Aug 2009 06:13:20 +0000
(23:13 -0700)
plugins/bluetooth.c
patch
|
blob
|
history
diff --git
a/plugins/bluetooth.c
b/plugins/bluetooth.c
index c5d103eb77f85222de51738f31759aa1c88547c4..bdd0b76b61af41d1477e472142b3a879810e15a8 100644
(file)
--- a/
plugins/bluetooth.c
+++ b/
plugins/bluetooth.c
@@
-534,6
+534,8
@@
static void device_properties(DBusConnection *connection, const char *path,
connman_network_set_name(network, node);
connman_device_add_network(device, network);
+
+ connman_network_set_group(network, node);
}
static void check_devices(struct connman_device *adapter,