summaryrefslogtreecommitdiff
path: root/plugins/bluetooth.c
diff options
context:
space:
mode:
authorMartin Xu <martin.xu@intel.com>2009-11-30 15:08:49 +0800
committerMarcel Holtmann <marcel@holtmann.org>2009-11-30 13:27:52 +0100
commitd2a9d7830d8dc92deaf6388968da0dd1b9c09fb1 (patch)
tree15bf5b886ee9f9b3a57dcf6bfe4d5618aae14648 /plugins/bluetooth.c
parent1745be79cb0cd645ca032559e5e65bfa194b5f07 (diff)
downloadconnman-d2a9d7830d8dc92deaf6388968da0dd1b9c09fb1.tar.gz
connman-d2a9d7830d8dc92deaf6388968da0dd1b9c09fb1.tar.bz2
connman-d2a9d7830d8dc92deaf6388968da0dd1b9c09fb1.zip
Set path string for Bluetooth devices
Diffstat (limited to 'plugins/bluetooth.c')
-rw-r--r--plugins/bluetooth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c
index f123f783..f294877e 100644
--- a/plugins/bluetooth.c
+++ b/plugins/bluetooth.c
@@ -629,6 +629,7 @@ static void adapter_properties_reply(DBusPendingCall *call, void *user_data)
update:
connman_device_set_string(device, "Address", address);
connman_device_set_string(device, "Name", name);
+ connman_device_set_string(device, "Path", path);
connman_device_set_powered(device, powered);
connman_device_set_scanning(device, scanning);