summaryrefslogtreecommitdiff
path: root/plugins/bluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/bluetooth.c')
-rw-r--r--plugins/bluetooth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c
index 67808742..ef852dd4 100644
--- a/plugins/bluetooth.c
+++ b/plugins/bluetooth.c
@@ -625,6 +625,8 @@ static void adapter_properties_reply(DBusPendingCall *call, void *user_data)
connman_device_set_mode(device, CONNMAN_DEVICE_MODE_NETWORK_MULTIPLE);
+ connman_device_set_string(device, "Path", path);
+
if (connman_device_register(device) < 0) {
connman_device_unref(device);
goto done;