Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp595074pxv; Thu, 22 Jul 2021 07:46:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxCu30o4PbOsqESN0NTnq/yfKC23is2x/dJ4pf+wlvXL/lgr/3sij1E/etGC0oBOSRH8A5x X-Received: by 2002:a05:6638:16c4:: with SMTP id g4mr3270jat.86.1626965211905; Thu, 22 Jul 2021 07:46:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626965211; cv=none; d=google.com; s=arc-20160816; b=m6OVfk9XaH36p5RuWlTsrm4QNYfnroZzn0BSihWJIOiC16ITBISsRe6rc3o4sCiWjC qdOQ9mv8d8hGzDUfQa5+XRYbmEv3RjsCWvknB9GLGsLS21WA24/1EoRlwiS+a05D7yEn xbYP485m0skf/0gPeHUjOrR1E+impVhxyJOsIl8+1T2kCYQI/K4Pl+29/+C9TAYsF9C4 brPq70TjVJVjLrZ5GtrhTUFD6/AFINn/R4LCd93Pe+JFUomPzLxEjN9IuiNrYlRLHg2J gky5n1lV4SZThODixyPgvmR6LkE/hGO1DdsLuLnCMfXZXrINRw2Tgy+tqsqxFCjjNNCS vi6g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=nqA8Yi3ojSWcy4HCSLPxJgaMsy6GAyLBdpZsXuS48cY=; b=jCGESRPwgA8w2/8EX5/szpoPA+v4FPFqPT1VNjgr5+hxVr+3XrR8wvN//vGWHtwyy/ yvlmx8CQzgtu4wcmYqJAuKAegZgiva0F2cOfo6Sov+H4dPru4zzdIfODvO7IPKp0YK1u a5ZyHM0ewa9Z/BHcQn8NkFrhkgY8/9q6YRVkKqnKolgQA0GQDqjmUe5WS/oWeSqe9nNl DyOWmXR8vRZV/sJnTDexkH6LvR/o9s+6Ot/D6+sbjMpAlKDzM2NZkgme3pUdORdtv7cr cWUw9Jen4fnauQuPhO3IWlSTEzhGpD6m12JSdHJBeXkuup667WZAuKF1k/WU4t3Be8iK ooSw== 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 f7si1462225jat.42.2021.07.22.07.46.39; Thu, 22 Jul 2021 07:46:51 -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 S232377AbhGVOFg convert rfc822-to-8bit (ORCPT + 99 others); Thu, 22 Jul 2021 10:05:36 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:43138 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232375AbhGVOFf (ORCPT ); Thu, 22 Jul 2021 10:05:35 -0400 Received: from smtpclient.apple (p5b3d2eb8.dip0.t-ipconnect.de [91.61.46.184]) by mail.holtmann.org (Postfix) with ESMTPSA id D8CF8CECE4; Thu, 22 Jul 2021 16:46:09 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: [PATCH BlueZ 1/7] doc/adapter-api: Add SupportedPhyConfiguration property From: Marcel Holtmann In-Reply-To: <20210722052640.5863-2-ayush.garg@samsung.com> Date: Thu, 22 Jul 2021 16:46:09 +0200 Cc: linux-bluetooth@vger.kernel.org, anupam.r@samsung.com, nitin.j@samsung.com Content-Transfer-Encoding: 8BIT Message-Id: <8D60ECE9-A8DA-46D7-A505-C841AB6330A2@holtmann.org> References: <20210722052640.5863-1-ayush.garg@samsung.com> <20210722052640.5863-2-ayush.garg@samsung.com> To: Ayush Garg X-Mailer: Apple Mail (2.3654.100.0.2.22) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Aysush, > This change add a new property to retrieve the PHYs > supported by the controller. > > Reviewed-by: Anupam Roy > --- > doc/adapter-api.txt | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt > index 464434a81..25e370d75 100644 > --- a/doc/adapter-api.txt > +++ b/doc/adapter-api.txt > @@ -335,3 +335,24 @@ Properties string Address [readonly] > "peripheral": Supports the peripheral role. > "central-peripheral": Supports both roles > concurrently. > + > + array{string} SupportedPhyConfiguration [readonly] > + > + List of PHYs supported by the controller. > + > + Possible values: > + "BR1M1SLOT" > + "BR1M3SLOT" > + "BR1M5SLOT" > + "EDR2M1SLOT" > + "EDR2M3SLOT" > + "EDR2M5SLOT" > + "EDR3M1SLOT" > + "EDR3M3SLOT" > + "EDR3M5SLOT" > + "LE1MTX" > + "LE1MRX" > + "LE2MTX" > + "LE2MRX" > + "LECODEDTX" > + "LECODEDRX" we don’t do string constants like this in D-Bus API. They are lowercase and verbose “br-1m-1slot” etc. at least. Regards Marcel