Return-Path: MIME-Version: 1.0 In-Reply-To: References: <20171208124057.32162-1-lukasz.rymanowski@codecoup.pl> From: =?UTF-8?Q?=C5=81ukasz_Rymanowski?= Date: Wed, 13 Dec 2017 10:51:55 +0100 Message-ID: Subject: Re: [PATCH] Bluetooth: Add support to advertise when connected To: Marcel Holtmann Cc: "linux-bluetooth@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" List-ID: Hi Marcel On 13 December 2017 at 09:42, Marcel Holtmann wrote: > Hi Lukasz, > >> So far, kernel did not allow to advertise when there was a connection >> established. With this patch kernel does allow it if controller >> supports it. >> >> If controller supports non-connectable advertising when connected, then >> only non-connectable advertising instances will be advertised. >> >> Signed-off-by: =C5=81ukasz Rymanowski >> --- >> net/bluetooth/hci_request.c | 55 +++++++++++++++++++++++++++++++++++++--= ------ >> 1 file changed, 46 insertions(+), 9 deletions(-) > > patch has been applied to bluetooth-next tree. Thanks > > I also assume that we will be getting mgmt-tester patches to verify the b= ehavior. :) yup, will do. > > Regards > > Marcel > =C5=81ukasz