Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1153505ybt; Tue, 7 Jul 2020 08:56:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxRrDd86n9cQKjcyY28KBKLKGpuackmQhuK3lF77qscats2rxTBdyHDiDE8vjuLO5f0ulIw X-Received: by 2002:a17:906:3850:: with SMTP id w16mr48397559ejc.205.1594137402551; Tue, 07 Jul 2020 08:56:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594137402; cv=none; d=google.com; s=arc-20160816; b=VrMsG5Dsn4v4KZ9kNlhMRBoWYKAe9mVJdsJUMqaDwEiSV1qKEilSPl/QqvfUAxO0B6 Zu9BFuHO7XY/rilCfbN+TFgMaAEkc+rawjnJLFeqFLCm4I6jy6esZUKOSSFqWLL2oPUK +fOSorMITxmPo0xk0cNVz+cX4zajSN31OD7E0A61KHAUZ7q00d4MPG1dK1a1XGEhdETf BECGM4yi1yulE9RlIa6AczB3xModTDmNDw9Ph04VaIDwStqj6urtpWMDnCEy6EtjZB8r oiiU8LOJQdiuw2y2yKMoRvw2fgs/dJq/Ahn4j6MDYNWa8i9TFx5QdpSmDjHN5KvBP8KA jG4g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:in-reply-to:to:references:date :subject:mime-version:content-transfer-encoding:from; bh=MndrAsvkISU3aB0Q3xABb44xqx55TbNrbXwPj0zJHRo=; b=jrBryMvLD/qA1u927x+UQiI1KIhOu1STwK/gkcWoLRQEHx1axsWI+h7WBfK/82DpJL ObZ9MH8uW+PDDYigEz5lnOZzaY96cga3qDtvmWdsg3mNxlljMwSnEYnxB8nQX+7rhUox jRJUB+6P3O0RVT4ly1yZCe/za2t5GOnrXuIVIPRFGrEt5tECLum8ABrl1komwOy8hBVH 2pd3qxMl7IPsNcOA8/eWY1fe5ZEJHeLduAA0vmgW991Ps12rCDuQb7Lo7o9S7npnczhF qKD6Q0QTHdLUTItpawq0/FO52l4EGgIwiQlgKcUg+iCgLyTI8qNzaPzk4TXnnHKZm4u2 +JVQ== 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 i23si15648905edx.261.2020.07.07.08.56.18; Tue, 07 Jul 2020 08:56:42 -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 S1728029AbgGGPyf (ORCPT + 99 others); Tue, 7 Jul 2020 11:54:35 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:54568 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727793AbgGGPyf (ORCPT ); Tue, 7 Jul 2020 11:54:35 -0400 Received: from marcel-macbook.fritz.box (p5b3d2638.dip0.t-ipconnect.de [91.61.38.56]) by mail.holtmann.org (Postfix) with ESMTPSA id 6702DCECEF for ; Tue, 7 Jul 2020 18:04:30 +0200 (CEST) From: Marcel Holtmann Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: [PATCH v5] Bluetooth: le_simult_central_peripheral experimental feature Date: Tue, 7 Jul 2020 17:54:33 +0200 References: <20200707154606.52947-1-marcel@holtmann.org> To: linux-bluetooth In-Reply-To: <20200707154606.52947-1-marcel@holtmann.org> Message-Id: <6FF8C288-58E7-4010-AA12-9AA7831FB2BE@holtmann.org> 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 > Signed-off-by: Marcel Holtmann > --- > net/bluetooth/mgmt.c | 25 +++++++++++++++++++++++-- > 1 file changed, 23 insertions(+), 2 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel