diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-08-05 23:13:20 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-05 23:13:20 -0700 |
commit | 0876acb389ebe3fc114b52feb73a5c0e0a65310b (patch) | |
tree | aa1166c8787b3d7a20e919adb33d02a7747653c8 /plugins/bluetooth.c | |
parent | 0c235a0ec02b0b651371f50ad4856403ceca6cfb (diff) | |
download | connman-0876acb389ebe3fc114b52feb73a5c0e0a65310b.tar.gz connman-0876acb389ebe3fc114b52feb73a5c0e0a65310b.tar.bz2 connman-0876acb389ebe3fc114b52feb73a5c0e0a65310b.zip |
Have Bluetooth plugin set a proper network grouping
Diffstat (limited to 'plugins/bluetooth.c')
-rw-r--r-- | plugins/bluetooth.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index c5d103eb..bdd0b76b 100644 --- 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, |