Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp542533ybt; Wed, 17 Jun 2020 07:42:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzoDdwUY/lR3qtsLnqmFCvLjgV4tcGnqqsV+nqkoH8VthDHtsJuDVpSjHmgEarVlRRBY8ta X-Received: by 2002:a50:9ee4:: with SMTP id a91mr7985931edf.172.1592404972705; Wed, 17 Jun 2020 07:42:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592404972; cv=none; d=google.com; s=arc-20160816; b=HKXUQVWoqq7QAjaXSRxdQJDALOtheZl3zp7qVEifTXpoloNcLSGBVi4QBFsL0oKQPN qhl003U7u0rh8ZbR4qB2irCZawuDUdBV2IHu2vWCYTbEqfyJQHxYChvcNbWVJbHrba4Z 8nprpgdZ+n+vpBbFLRTHnwHWpg2vRj5x5FFFqEPZZtkbv53XFw62Z+7RwSviBlaoM7ww fYeDyAcWJWNNA+KiMXmRiU4wb4xjv1rwnlWmylE7Ry25juGGhnrf3DVYW5I6yrsvhEP3 K0ddRSDHVJR4dpkcOD0EXJNVRQ2FQG8nCSkrGN24dQy+yvDzF0c6kotb8XSR97KmLFxk KlXg== 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=gtsg3PpM+C4QLyvTAh1lY9teAbzdLhU29aZgqEDtwgk=; b=XRoWAEiUNm5QsqKUyQbS1bfDHMV1wmaIJU2/EgDXjWf83bumpubGjPSi+gbAAM5N5/ 8aHj1FTdKqzC1gehrjOdPR9aUcry0N9Pl/+7ggNTIOULNlt1MflN33/Od5r3zycq4gPo YtGAHSvPbSQRH4ta3osIWaLknE2qqK3fWGidL9iPgH2tRE57FZSWJ/mdtktYMF0BjsC9 /cNG/llHql2v7r5iRyB3bfaCbR3wxrxbqsOms5klJT638ijFOiptEGznU08aJbiNeY6v B6SQ5f+Uhz7HOGpIu8bc3R8FTJkeNCQSM+SERXi8L0V+ggfH1y6J4AdpeS16uIoy3xf3 OLEQ== 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 dk19si107917edb.446.2020.06.17.07.42.28; Wed, 17 Jun 2020 07:42:52 -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 S1726969AbgFQOji (ORCPT + 99 others); Wed, 17 Jun 2020 10:39:38 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:34800 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726954AbgFQOj0 (ORCPT ); Wed, 17 Jun 2020 10:39:26 -0400 Received: from localhost.localdomain (p5b3d2638.dip0.t-ipconnect.de [91.61.38.56]) by mail.holtmann.org (Postfix) with ESMTPSA id 40C2ACECD4 for ; Wed, 17 Jun 2020 16:49:16 +0200 (CEST) From: Marcel Holtmann To: linux-bluetooth@vger.kernel.org Subject: [PATCH v2 00/14] Combination of pending patches Date: Wed, 17 Jun 2020 16:39:06 +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. In v2 the Reviewed-by tags have been added. 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