From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 18 Jan 2013 14:35:48 +0200 From: Johan Hedberg To: Szymon Janc Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH] Bluetooth: Fix pair device command reply if adapter is powered off Message-ID: <20130118123548.GA16323@x220> References: <1358509687-7194-1-git-send-email-szymon.janc@tieto.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1358509687-7194-1-git-send-email-szymon.janc@tieto.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Szymon, On Fri, Jan 18, 2013, Szymon Janc wrote: > According to Bluetooth Management API specification Pair Device Command > should generate command complete event on both success and failure. > This fix replying with command status (which lacks address info) when > adapter is powered off. > > Signed-off-by: Szymon Janc > --- > net/bluetooth/mgmt.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) Acked-by: Johan Hedberg Johan