From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> The idle watch used to dispatch authorization should be removed when waiting services to be resolved. --- src/adapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adapter.c b/src/adapter.c index 4e6315d..f9c58af 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -4984,7 +4984,7 @@ static gboolean process_auth_queue(gpointer user_data) /* Wait services to be resolved before asking authorization */ if (auth->svc_id > 0) - return TRUE; + return FALSE; if (device_is_trusted(device) == TRUE) { auth->cb(NULL, auth->user_data); -- 1.9.3 -- 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