Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp1328479ybb; Wed, 8 Apr 2020 23:06:29 -0700 (PDT) X-Google-Smtp-Source: APiQypKFxetTMTe4ongE/w3FZ8cFxoCLXxmXqibFOuvNmwJ5QCSiGxr0MmsjRwHM4tTZqwmj4Coh X-Received: by 2002:a05:6830:1f5a:: with SMTP id u26mr8589361oth.208.1586412388827; Wed, 08 Apr 2020 23:06:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586412388; cv=none; d=google.com; s=arc-20160816; b=0Zp/94w8POeXNhJafVVKOEaDtMq3tgVAGBbeL3nt38q12a8O0OA2BVmFlmK7mp1HC0 NthxQk+Xq4vMrMspetITLPaYkDgFzcgHl8SboehaZCvm9gMdN4BhW8VBSBRSXV72Ildu 1YZHDncFf0GcFUytuI7LWFc87n9k/UBe5KsBZKeifExSIkXpYnACpKPjFw1FXtjQDEFY lZQYzSZcgfiwAz+4k5L4bNy3wg7vVsaaHxCUt+RMfq7OcgK9cT8MUg+6cwayXD8reuDR SgMtSgiS2MTAsfZQRmXbUTQbwVVbC2foDf1fqeDGSn4Nd0O5Or8oKhOGqj/0OKATSS3h LFtg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:to:from; bh=JH/EHk3Vgo5IOeIfTXFGMsvqhbtZ2SB1JI79MUM7RKI=; b=L2ixGXgrl97PHq3XZ9pAqMr/QEad04SkgzNjlgWchlv5hQij0AtqVUd0+cgGFcbVvX ElUW6wbRc6qDmWxicqOVajL2NWUS/nazUnmEo5dtZFZEE2pKzRs6hNGnLDvYvBMu8kbY 7vweAZe2aM38e4P8Nv/lMNh1eET7dXOzGeuxDsOAl1I/UsFRDvxIWJVpdmbRsxED7cgM 3mn9rL0B+QvdkGP1xfFykSMsTGk2vBpJz4BRXpaYEvhhXzLUp6d8QqCctX3qYlARtCV6 fKW5rRDDom6r3Yh2uM96H9e+/DeGEA4bmDOSxl0kD4y2oUgnuRweALYrVfAat5ioVG8p eL6g== 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 i17si593064oto.218.2020.04.08.23.05.57; Wed, 08 Apr 2020 23:06:28 -0700 (PDT) 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 S1726571AbgDIGFz (ORCPT + 99 others); Thu, 9 Apr 2020 02:05:55 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:60244 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725828AbgDIGFz (ORCPT ); Thu, 9 Apr 2020 02:05:55 -0400 Received: from localhost.localdomain (p4FEFC5A7.dip0.t-ipconnect.de [79.239.197.167]) by mail.holtmann.org (Postfix) with ESMTPSA id 6E1A5CECF2 for ; Thu, 9 Apr 2020 08:15:29 +0200 (CEST) From: Marcel Holtmann To: linux-bluetooth@vger.kernel.org Subject: [PATCH 0/4] Cleanup patches for LL Privacy work Date: Thu, 9 Apr 2020 08:05:46 +0200 Message-Id: X-Mailer: git-send-email 2.25.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org These are are few cleanup patches before the LL Privacy work can continue. Marcel Holtmann (4): Bluetooth: Sort list of LE features constants Bluetooth: Use extra variable to make code more readable Bluetooth: Enable LE Enhanced Connection Complete event. Bluetooth: Clear HCI_LL_RPA_RESOLUTION flag on reset include/net/bluetooth/hci.h | 5 ++--- include/net/bluetooth/hci_core.h | 1 + net/bluetooth/hci_core.c | 8 ++++++++ net/bluetooth/hci_request.c | 4 +++- 4 files changed, 14 insertions(+), 4 deletions(-) -- 2.25.2