Return-Path: Date: Wed, 8 May 2013 10:18:26 +0300 From: Johan Hedberg To: Mikel Astiz Cc: linux-bluetooth@vger.kernel.org, Mikel Astiz Subject: Re: [PATCH BlueZ v2 0/3] Issue with incoming connections Message-ID: <20130508071826.GB9401@x220> References: <1367945895-18926-1-git-send-email-mikel.astiz.oss@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1367945895-18926-1-git-send-email-mikel.astiz.oss@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Mikel, On Tue, May 07, 2013, Mikel Astiz wrote: > v2 fixes the error message in patch 3/3 as pointed out by Vinicius. > The rest remains unchanged. > > From original cover-letter: > > Vinicius reported this issue and tried to fix it in his patch > "profile: Create a service for incomming connections". > > As compared to his original patch, this patchset avoid creating an > additional service instance (which should already be created) and > instead performs a search within the list of existing services for the > given device. > > Mikel Astiz (3): > device: Add function to find a given service > profile: Fix remotely initiated connections without service > profile: Error-cases for incoming connections > > src/device.c | 16 ++++++++++++++++ > src/device.h | 3 +++ > src/profile.c | 29 ++++++++++++++++++++++++----- > 3 files changed, 43 insertions(+), 5 deletions(-) All three patches have been applied. Thanks. Johan