From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Luiz Augusto von Dentz To: linux-bluetooth@vger.kernel.org Subject: [PATCH BlueZ 0/6] plugins/policy: Fixes Date: Thu, 28 Jul 2016 17:27:44 +0300 Message-Id: <1469716070-16506-1-git-send-email-luiz.dentz@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Luiz Augusto von Dentz These patches fixes several problems with policy that were causing it to behave weirdly. It also fixes a couple of connection policy bugs when reconnection is active and another policy attempts to request a connection which could interfere with the desired intervals. Luiz Augusto von Dentz (6): lib/uuid: Fix using unitialized values plugins/policy: Revert patch 96db78604252eeb17614b9982ced95fd66c6c6fc plugins/policy: Set list separator main.conf: Remove spaces in reconnect list parameters plugins/policy: Disable other connect policies while reconnect is active audio/a2dp: Fix always setting -EAGAIN for all errors lib/uuid.c | 7 +++++-- plugins/policy.c | 45 +++++++++++++++++++++++++-------------------- profiles/audio/a2dp.c | 10 +++++----- src/main.conf | 4 ++-- 4 files changed, 37 insertions(+), 29 deletions(-) -- 2.7.4