From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B462EC433E0 for ; Thu, 2 Jul 2020 13:21:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9A34720890 for ; Thu, 2 Jul 2020 13:21:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729119AbgGBNVr convert rfc822-to-8bit (ORCPT ); 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