Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp387552ybt; Wed, 17 Jun 2020 03:42:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwjUi9zeYaKH8tUX9VU5osupIZ2kQxQB1UhP77PqM00RZ98EtVy33BdWMH+KbT+kXX2uqcF X-Received: by 2002:a05:6402:b5c:: with SMTP id bx28mr6668702edb.145.1592390570360; Wed, 17 Jun 2020 03:42:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592390570; cv=none; d=google.com; s=arc-20160816; b=ZUhjKuBCd5Fs8SPqyhrKVR02//Fh8oVrUK7ZmgT+aIqExdc7tF8v1OPd4rEIt0AEan 4qoyNvOxNif0lfXOcJL2OxYp4vc8n0hITWSKeN8Fs+XqnMYOkOcvBDJoPw88SrDfmZxc qwT+HKI3fMDB37e7zMrKCHQ5RAtuWNRcLrvuFEZLymKATruYcMzQu6HMsyufVJjxQN8X +rJYnXzT30sn8+A4zuA7XKo6dK117r9bezcWoh5D8ETHCvNxaxa1JM9ml4wYFmcpZRgc xhHHS19VuyyFZcuA06YhIPbSecmAag/yXm8Zh2il1831gJg3Ihw2OVQQtVCpxHHgizbc E1Ig== 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=/I2caU+B+jfPtlRUxQWmRTSp39J03IRGk/gdg4ppq5s=; b=r4+o8rnTzp7QmS3awuANpjIaADrPNLcattE6l5dahjKySzqJ/518xMk8uNaqmAbxSM ZPrCNzW+wxkzhiG8/fGEAWZL2g4drUSmJIXmQ2FZEggtBGIU8G+7IFt1GTe/RvndpVO5 wWMgDa/posEG4xZHFoakNJ1egLLJ9FWy/2yl9Weh5kygdzD98R/RtnAhS20oK5MWAl1C M+7ohj4Gj8jZNr7v/oeny/QxJ5xiuZqCPAABpR8+F8k6qDHlVbIqo4aMsa2y69eaxed1 OhyDsIYBrC+ZRy99pmYU7ZIVVVL0am1WKaXAV1kIweXWJ2sAmTmI1yy5U/6rzOZsh6lM 9mKg== 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 c5si12451650edt.498.2020.06.17.03.42.26; Wed, 17 Jun 2020 03:42:50 -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 S1726541AbgFQKmM (ORCPT + 99 others); Wed, 17 Jun 2020 06:42:12 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:52772 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725964AbgFQKmL (ORCPT ); Wed, 17 Jun 2020 06:42:11 -0400 Received: from localhost.localdomain (p5b3d2638.dip0.t-ipconnect.de [91.61.38.56]) by mail.holtmann.org (Postfix) with ESMTPSA id 817F9CECD2 for ; Wed, 17 Jun 2020 12:52:01 +0200 (CEST) From: Marcel Holtmann To: linux-bluetooth@vger.kernel.org Subject: [PATCH 00/14] Combination of pending patches Date: Wed, 17 Jun 2020 12:41:51 +0200 Message-Id: X-Mailer: git-send-email 2.26.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 This is the list of pending patches and fixes merged together. Please review that the set and functionality is correct and working as expected. Abhishek Pandit-Subedi (4): Bluetooth: Add bdaddr_list_with_flags for classic whitelist Bluetooth: Replace wakeable list with flag Bluetooth: Replace wakeable in hci_conn_params Bluetooth: Add get/set device flags mgmt op Manish Mandlik (1): Bluetooth: Terminate the link if pairing is cancelled Marcel Holtmann (2): Bluetooth: mgmt: Add commands for runtime configuration Bluetooth: mgmt: Use command complete on success for set system config Miao-chen Chou (7): Bluetooth: Add definitions for advertisement monitor features Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURES Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITOR Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITOR Bluetooth: Notify adv monitor added event Bluetooth: Notify adv monitor removed event Bluetooth: Update background scan and report device based on advertisement monitors include/net/bluetooth/hci_core.h | 73 +++++- include/net/bluetooth/mgmt.h | 77 +++++++ net/bluetooth/hci_conn.c | 11 +- net/bluetooth/hci_core.c | 153 ++++++++++++- net/bluetooth/hci_event.c | 13 +- net/bluetooth/hci_request.c | 32 ++- net/bluetooth/l2cap_core.c | 6 +- net/bluetooth/mgmt.c | 382 ++++++++++++++++++++++++++++++- net/bluetooth/mgmt_config.c | 23 +- net/bluetooth/mgmt_config.h | 6 + net/bluetooth/msft.c | 7 + net/bluetooth/msft.h | 9 + 12 files changed, 755 insertions(+), 37 deletions(-) -- 2.26.2