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:
c7bcbbb
)
Set remote Bluetooth address as network name for now
author
Marcel Holtmann
<marcel@holtmann.org>
Thu, 6 Aug 2009 06:07:04 +0000
(23:07 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 6 Aug 2009 06:07:04 +0000
(23:07 -0700)
plugins/bluetooth.c
patch
|
blob
|
history
diff --git
a/plugins/bluetooth.c
b/plugins/bluetooth.c
index
379c286
..
c5d103e
100644
(file)
--- 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);
}