--- src/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device.c b/src/device.c index d85d41c..0635dee 100644 --- a/src/device.c +++ b/src/device.c @@ -2940,7 +2940,7 @@ DBusMessage *device_create_bonding(struct btd_device *device, device->bonding = bonding; bonding->device = device; - if (device_is_le(device)) { + if (device_is_le(device) && !device_is_connected(device)) { adapter_connect_list_add(adapter, device); return NULL; } -- 1.7.11.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html