Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1150104ybt; Tue, 7 Jul 2020 08:51:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyCxs9aOY4vu8ga8+9/H5Whj4GEf3IH+d9hpzEPy7pzschrNFAr+ikPzm+8B5qrBtvlphME X-Received: by 2002:aa7:ce91:: with SMTP id y17mr40701502edv.105.1594137108381; Tue, 07 Jul 2020 08:51:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594137108; cv=none; d=google.com; s=arc-20160816; b=yEyds60aTvtpXe1yfkRv0pbN7CKVQNQp63q/XAE3Rjk8MWbksSG7K+SeSyjaHQ0ppU YXd2cIof8I9cHiEYlkCtLZgrq3dM0PpYfeM6xrsr/xXe5lUK5sddP1E1+R0K3b4ZMvTh s8fswR7ZwyklW3JaP+CO7gOu0zC0N46Z6eoAAwpNCn/HTVKvpd6liKCr8dIzFJkebOxE rzxDy2kEbcFbb8G1QzWxrpmUPQsghwRRRS4VfUwZ9Yoog4qR85Hacl78ECRELcNQC6ou chEPBwgKVCO2kIuTk/IHfe0OE06rBZPRJ53EDZpRsqXD14xz8ooCxYbp4nQcaLj2UDfD aJ6g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=FTzDX0lV5vfiG0piatYlURjWu58Y1ATD2gNkpABlgnw=; b=mRLpPnEfUIbM8DiPXEZeioPsjbp5X6Xyd5VAhhXSBHHSAIU9Eu+nxGBzHCPNAsm5AQ TGMjESODIGTlsIVYuyb5RKjw2KGaaI/Vq1zSlKAoLtNi1HvCC7VlXPoLiyFMJRR1zzz8 i15VjdvlmRj+hZimobO8wf/t3kA4tKNBvkbBTmBd7k5ffG/iEktpawLAZ25auHRJh7nF mD0BfX/LiR+CeM2Uayq3m6wkniRHlYvd8dOX0DqhEsUG3mS2URR+2sfSS0G1zgLsLYI0 jQr/dALzXS8ZLgLBHXwk8/WuM2AZYI3Hcr9xWuUnwAl7OdJsD6st2fiY9kKIaHb27wfz /ieg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s25si15447651ejv.413.2020.07.07.08.51.24; Tue, 07 Jul 2020 08:51:48 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729026AbgGGPrg convert rfc822-to-8bit (ORCPT + 99 others); Tue, 7 Jul 2020 11:47:36 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:47902 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728133AbgGGPrg (ORCPT ); Tue, 7 Jul 2020 11:47:36 -0400 Received: from marcel-macbook.fritz.box (p5b3d2638.dip0.t-ipconnect.de [91.61.38.56]) by mail.holtmann.org (Postfix) with ESMTPSA id 1BE05CECED; Tue, 7 Jul 2020 17:57:31 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: [PATCH v4] Bluetooth: le_simult_central_peripheral experimental feature From: Marcel Holtmann In-Reply-To: <20200707142555.397598-1-alainm@chromium.org> Date: Tue, 7 Jul 2020 17:47:34 +0200 Cc: linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: References: <20200707142555.397598-1-alainm@chromium.org> To: Alain Michaud X-Mailer: Apple Mail (2.3608.80.23.2.2) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Alain, > This patch adds an le_simult_central_peripheral features which allows a > clients to determine if the controller is able to support peripheral and > central connections separately and at the same time. > > Signed-off-by: Alain Michaud > --- > > Changes in v4: > - Wrapping the feature around an if (hdev) per Marcel's feedback. > > Changes in v3: > - Back to the original design of V1 and integrated Marcel's feedback. > > Changes in v2: > - Slight change of design based on offline feedback > > net/bluetooth/mgmt.c | 26 ++++++++++++++++++++++++-- > 1 file changed, 24 insertions(+), 2 deletions(-) I changed the code a little bit to make it simpler to read. See the modified v5 I just mailed to the mailing list. Regards Marcel