Set remote Bluetooth address as network name for now
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 6 Aug 2009 06:07:04 +0000 (23:07 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 6 Aug 2009 06:07:04 +0000 (23:07 -0700)
plugins/bluetooth.c

index 379c286..c5d103e 100644 (file)
@@ -531,6 +531,8 @@ static void device_properties(DBusConnection *connection, const char *path,
 
        connman_network_set_string(network, "Node", path);
 
+       connman_network_set_name(network, node);
+
        connman_device_add_network(device, network);
 }