From d2a9d7830d8dc92deaf6388968da0dd1b9c09fb1 Mon Sep 17 00:00:00 2001 From: Martin Xu Date: Mon, 30 Nov 2009 15:08:49 +0800 Subject: Set path string for Bluetooth devices --- plugins/bluetooth.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3