From e4ec9b507dd90d592e259e7dcc14e5346a8209ec Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 5 Aug 2009 23:07:04 -0700 Subject: [PATCH] Set remote Bluetooth address as network name for now --- plugins/bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index 379c286..c5d103e 100644 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -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); } -- 2.7.4