Set path string for Bluetooth devices
authorMartin Xu <martin.xu@intel.com>
Mon, 30 Nov 2009 07:08:49 +0000 (15:08 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 30 Nov 2009 12:27:52 +0000 (13:27 +0100)
plugins/bluetooth.c

index f123f78..f294877 100644 (file)
@@ -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);