Use ignore policy as default for Bluetooth
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 17 Dec 2008 03:46:50 +0000 (04:46 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 17 Dec 2008 03:46:50 +0000 (04:46 +0100)
plugins/bluetooth.c

index 95b4831..94c8649 100644 (file)
@@ -190,6 +190,7 @@ static void add_adapter(DBusConnection *connection, const char *path)
        device = connman_element_create(NULL);
        device->type = CONNMAN_ELEMENT_TYPE_DEVICE;
        device->subtype = CONNMAN_ELEMENT_SUBTYPE_BLUETOOTH;
+       device->policy = CONNMAN_ELEMENT_POLICY_IGNORE;
 
        device->name = g_path_get_basename(path);