Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp412312ybf; Fri, 28 Feb 2020 00:09:32 -0800 (PST) X-Google-Smtp-Source: APXvYqzwS8RsddLERLo/fsvAeJiUIO++1a5Lcuzi1HagkVoKX0AjHQcMOyZckSiqK3Cnf2YUaPxK X-Received: by 2002:a9d:6418:: with SMTP id h24mr2347004otl.172.1582877372347; Fri, 28 Feb 2020 00:09:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582877372; cv=none; d=google.com; s=arc-20160816; b=stMrt3y6BJjarrBsM+sPnYqYFHyNf7x4iq+Rxr93DH3G1Pwr5jYS5/5nTeLPTPNT6U peUYprClKgV/kINgXxkilzVpByMrCZJihVTn2rMQVeS4lNqLE6UaPydRVT53h3KLCXEz Vy2EdwTHE525Ge6Z5T8nOvDv/8UNGr3ADSl1m0xG1FWmkBkKv/4ItY1ioS0SmypCkTHb zSPoDaeCLJj2KQ9jIDjG692sC91q9KprMpmEh2rgjdjYbecHu0hfEbkeXqzekyaxAarM OVHc1l4355ZLOajyyLR+xLuyAIAfDNzC+JzkoZCVT/J6D197vrO/l7YMEZPAMzVmd2ve YQoQ== 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=RaqXeVv57y3QNXw0mRif2e9Ix/cepyKPdUYW6PbdUUU=; b=EppoO7NQMHRI0/YPX7DBdWA3r5jA5YB75GL9ojeFcDBMK2qsXAscP8Zop6a+8t6ZEL qNrNdQVIUmlpMnwOD4uZYW1hZRg7WOQL87h9H/0lPWqatwBAn9e1V70KJ1MdGGHHzNMr eNFBudPeg9N0R1ln8Cqtmz2RSRa3R6uBC/WnW2k8i7jXhw4oRIkmMWPSZ/1NSDYTWQiL 6Iz/Cv8UyJwopINApZjNHbQ4tDh4+qJiaZ5WQrc5vbML/a1xS+f5TXes/y6Lfsnd8JX1 ygoy1jpxglmgIVoTq9IJNFXqcZVTqnpqTE7+9H1jRr+gqWMY0ppOJCWu3vLmQ3W2dTpd qy3w== 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 j33si1169974ota.21.2020.02.28.00.09.20; Fri, 28 Feb 2020 00:09:32 -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 S1725892AbgB1IJU (ORCPT + 99 others); Fri, 28 Feb 2020 03:09:20 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:50713 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725871AbgB1IJU (ORCPT ); Fri, 28 Feb 2020 03:09:20 -0500 Received: from marcel-macbook.fritz.box (p4FEFC5A7.dip0.t-ipconnect.de [79.239.197.167]) by mail.holtmann.org (Postfix) with ESMTPSA id 2E9BFCECF6; Fri, 28 Feb 2020 09:18:45 +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: [BlueZ PATCH] Adding missing Phy Configuration bit description. From: Marcel Holtmann In-Reply-To: <20200227191919.119429-1-alainm@chromium.org> Date: Fri, 28 Feb 2020 09:09:18 +0100 Cc: Bluez mailing list Content-Transfer-Encoding: 7bit Message-Id: References: <20200227191919.119429-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 simply adds the missing Phy Configuration settings bit > description to the Read Controller Information Command documentation. > > --- > > doc/mgmt-api.txt | 1 + > 1 file changed, 1 insertion(+) patch has been applied. Regards Marcel