Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1469314ybt; Thu, 2 Jul 2020 06:22:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzOiB7B1pZ2VeshLiBFbaV9G+p+PeRmz3EgI4HaxzPH4mlOZw7E8GeAk8op0H/vuaBYrMdp X-Received: by 2002:a17:907:2105:: with SMTP id qn5mr21123130ejb.308.1593696138339; Thu, 02 Jul 2020 06:22:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593696138; cv=none; d=google.com; s=arc-20160816; b=VpPs+k8a2xfMJ8foVnoE3+OE4aRTyDj9GIxfz7rD8b/IILnqr7xJVTYQapOp3/TeN2 HPyLGxqOK1Pb73xvy5lV1NsriYftWk5Is7HBfE+fWv7OYOUsl+m1dtkzbFoyAosMvCZ5 JPhq4ePwmRwgffk09ZkLHwP2C2/0m8eJzwFe7NF5i6OU3HN4Egc0wYsPt7ghjpeAq0w6 ptafvE6ZRZYo+RV50aevST/E1KcShb/OtR8iAav09z6YIcY2FeVTMlO3smfE1KV3plDH bEO3SzDfh9GswBUZGxeiOXjJVwo/fgtkl1XhG0mFQYIlzFYRerN71Zj9Tdn+0vg8vfYN IW+A== 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=2dxqQaNvUw4CH+Art5E/NjmdlonYe6ofDYzETpOIBuE=; b=tBnyoUqMJMxvu8f8eAdJmvzFWl9Iv9SrWiXILp8sPnLHvfGsBojlTB3vqK8za8Eo+0 mPkgtpA5nzCTM34CcOxn2Dddoq91FV1NaK3ImalmegPDppjZxEDAIK85v1KJN6Ol5QIW vslU/aJ/zGiv406t1Aszq7N3nePHAUA+eoGBSjVrRhCMT8drYZKJS2gYdGq866Xm94gM NSo30nPa80685PNxwnlhAe7BXxFNIh1JPIr2/gN2K5u2WNteDO6+K864UPIyiALN95f1 j2HNyeAuiYtI1Yay4CASIXRDIZMgp6vaCnriDuVTCmJU+91iSCQvFfeg4yShcRFYGL+y RhSw== 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 n3si6028446eji.720.2020.07.02.06.21.54; Thu, 02 Jul 2020 06:22:18 -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 S1728893AbgGBNVr convert rfc822-to-8bit (ORCPT + 99 others); Thu, 2 Jul 2020 09:21:47 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:54975 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726560AbgGBNVq (ORCPT ); Thu, 2 Jul 2020 09:21:46 -0400 Received: from marcel-macpro.fritz.box (p5b3d2638.dip0.t-ipconnect.de [91.61.38.56]) by mail.holtmann.org (Postfix) with ESMTPSA id 932ABCED12; Thu, 2 Jul 2020 15:31:40 +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 v3 8/8] Bluetooth: Add support to enable LL PRIVACY using set_privacy From: Marcel Holtmann In-Reply-To: <20200701100432.28038-9-sathish.narasimman@intel.com> Date: Thu, 2 Jul 2020 15:21:45 +0200 Cc: linux-bluetooth , Sathish Narasimman Content-Transfer-Encoding: 8BIT Message-Id: <10FB84C9-79E7-48F9-88A5-B10FB67CB585@holtmann.org> References: <20200701100432.28038-1-sathish.narasimman@intel.com> <20200701100432.28038-9-sathish.narasimman@intel.com> To: Sathish Narasimman 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 Sathish, > Enable LL Privacy using mgmt set_privacy command. The privacy > value 0x03 is used here to enable LL Privacy. > Still to use LL Privacy controller support is must. that is not what I meant. And it is also misleading since Set Privacy is enabling RPA usage and not RPA resolution. So what I meant was using the Set Experimental Features mgmt command to enable usage of RPA resolution in the controller. Regards Marcel