From 19adbb63c30ca07cc9999d54503fad03072617b6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 17 Dec 2008 04:46:50 +0100 Subject: [PATCH] Use ignore policy as default for Bluetooth --- plugins/bluetooth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index 95b4831..94c8649 100644 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -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); -- 1.7.9.5