From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 23 Mar 2011 15:07:44 +0200 From: Johan Hedberg To: Claudio Takahasi Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH] Fix ATT error code response for authentication Message-ID: <20110323130744.GA7124@jh-x301> References: <1300827081-31136-1-git-send-email-claudio.takahasi@openbossa.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1300827081-31136-1-git-send-email-claudio.takahasi@openbossa.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Claudio, On Tue, Mar 22, 2011, Claudio Takahasi wrote: > This patch fix the error code in the Error Response PDU. If an attribute > requires authentication and the link security level doesn't meet the > requirements the server should reply Insufficient Authentication(0x05). > --- > src/attrib-server.c | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) Pushed upstream. Thanks. Johan