diff options
author | Martin Xu <martin.xu@intel.com> | 2009-11-30 15:08:49 +0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-11-30 13:27:52 +0100 |
commit | d2a9d7830d8dc92deaf6388968da0dd1b9c09fb1 (patch) | |
tree | 15bf5b886ee9f9b3a57dcf6bfe4d5618aae14648 /plugins | |
parent | 1745be79cb0cd645ca032559e5e65bfa194b5f07 (diff) | |
download | connman-d2a9d7830d8dc92deaf6388968da0dd1b9c09fb1.tar.gz connman-d2a9d7830d8dc92deaf6388968da0dd1b9c09fb1.tar.bz2 connman-d2a9d7830d8dc92deaf6388968da0dd1b9c09fb1.zip |
Set path string for Bluetooth devices
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/bluetooth.c | 1 |
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); |