Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp1286517ybh; Sat, 7 Mar 2020 23:54:00 -0800 (PST) X-Google-Smtp-Source: ADFU+vvR8wDZZIJLBlxE58zMGlj4UUd8jpXr4jm+2T2GQ5mEFJaKJrmfafHTSXL/cXOel0oASMG6 X-Received: by 2002:a9d:3b84:: with SMTP id k4mr9040304otc.18.1583654040572; Sat, 07 Mar 2020 23:54:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583654040; cv=none; d=google.com; s=arc-20160816; b=wgyoS0UizJ4VznzlC71tCOAhu5V7mNy7XLidTBQ+YxJgP3q8av73VxBBcAQE13z2DF ASDwsCKGOhTwq0WVNhnksx6ISbG/aChYsGUIX6S18lj9E+MtCGik+fof4a6eB+hmFaA7 nhkLcxtOK0jzNNVuF4YrvzVsnFq3SQ3XEFaZ+BnQeKlKfzGsui5vvzwa8SVWKlH2ID5y x0ZjoYZTy08N9uSXoZb6/KdwH1faZSx8Yl5GlZ97t5suCmi1zildnzYKwg9JBJZmmJuV jrX2srR//7MdS85fnVpL7iTBmKgVwYgrT0OKH/R+ebhKPOEl+xea2273Yt02sy5cHbZ2 McHQ== 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=M0SQ/ymlV/7N5BGdRmUmo2zPcUkaIyunn5HuZ+W8L6w=; b=Fk9XTkssI5QwrrqGW+GnwsSvUJPLGaQk6qAUKbSikNF/FokzUCbJuVhSpDDes0T8Or 1YI34uhwNgEHDOdsI7ab6H9xH1MwGnBhwJbli9rf3x4q7OT0LyrT/ZXfIOyMP8ClnDsv sXq3QxQsZGbzwRlcZomWw2xXGhlugOquYa6shUrZFnE0qoA8stKXLGbRw5HFOwDOOvb8 RQcOOvy8jijLbCq/Zrf3NmnmUjrSYkmFcTmkmA/3z700oWs8qJRD4w+njrtwahHk/MgD PssANK4L3TcirgSeXeIa697j1gkNborZPHynAVKF+BxQdM2zqHZgq1Joi4YCFRKLNlAU JYAw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l16si4169942otp.260.2020.03.07.23.53.47; Sat, 07 Mar 2020 23:54:00 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725904AbgCHHxn (ORCPT + 99 others); Sun, 8 Mar 2020 03:53:43 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:55701 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725854AbgCHHxm (ORCPT ); Sun, 8 Mar 2020 03:53:42 -0400 Received: from marcel-macbook.fritz.box (p4FEFC5A7.dip0.t-ipconnect.de [79.239.197.167]) by mail.holtmann.org (Postfix) with ESMTPSA id ED7A2CED15; Sun, 8 Mar 2020 09:03:08 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\)) Subject: Re: [PATCH v4] bluetooth: Enable erroneous data reporting if wbs is supported From: Marcel Holtmann In-Reply-To: <20200305161459.153606-1-alainm@chromium.org> Date: Sun, 8 Mar 2020 08:53:40 +0100 Cc: linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <761DAC5E-74A6-429A-8CE6-AB105340DC75@holtmann.org> References: <20200305161459.153606-1-alainm@chromium.org> To: Alain Michaud X-Mailer: Apple Mail (2.3608.60.0.2.5) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Alain, > This change introduces a wide band speech setting which allows higher > level clients to query the local controller support for wide band speech > as well as set the setting state when the radio is powered off. > Internally, this setting controls if erroneous data reporting is enabled > on the controller. > > Signed-off-by: Alain Michaud > --- > > drivers/bluetooth/btusb.c | 2 +- > include/net/bluetooth/hci.h | 16 +++++++- > include/net/bluetooth/hci_core.h | 1 + > include/net/bluetooth/mgmt.h | 4 +- > net/bluetooth/hci_core.c | 24 ++++++++++++ > net/bluetooth/hci_event.c | 39 +++++++++++++++++++ > net/bluetooth/mgmt.c | 66 +++++++++++++++++++++++++++++++- > 7 files changed, 147 insertions(+), 5 deletions(-) patch has been applied to bluetooth-next tree. However I fixed a few minor style issues as well. Regards Marcel