From: Martin Xu Date: Mon, 30 Nov 2009 07:08:49 +0000 (+0800) Subject: Set path string for Bluetooth devices X-Git-Tag: 2.0_alpha~3125 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2a9d7830d8dc92deaf6388968da0dd1b9c09fb1;p=framework%2Fconnectivity%2Fconnman.git Set path string for Bluetooth devices --- diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index f123f78..f294877 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);