All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH 00/14] Combination of pending patches
Date: Wed, 17 Jun 2020 12:41:51 +0200	[thread overview]
Message-ID: <cover.1592390407.git.marcel@holtmann.org> (raw)

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


             reply	other threads:[~2020-06-17 10:42 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-17 10:41 Marcel Holtmann [this message]
2020-06-17 10:41 ` [PATCH 01/14] Bluetooth: mgmt: Add commands for runtime configuration Marcel Holtmann
2020-06-17 12:51   ` Alain Michaud
2020-06-17 10:41 ` [PATCH 02/14] Bluetooth: Add bdaddr_list_with_flags for classic whitelist Marcel Holtmann
2020-06-17 10:41 ` [PATCH 03/14] Bluetooth: Replace wakeable list with flag Marcel Holtmann
2020-06-17 10:41 ` [PATCH 04/14] Bluetooth: Replace wakeable in hci_conn_params Marcel Holtmann
2020-06-17 10:41 ` [PATCH 05/14] Bluetooth: Add get/set device flags mgmt op Marcel Holtmann
2020-06-17 10:41 ` [PATCH 06/14] Bluetooth: Add definitions for advertisement monitor features Marcel Holtmann
2020-06-17 10:41 ` [PATCH 07/14] Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURES Marcel Holtmann
2020-06-17 10:41 ` [PATCH 08/14] Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITOR Marcel Holtmann
2020-06-17 10:42 ` [PATCH 09/14] Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITOR Marcel Holtmann
2020-06-17 10:42 ` [PATCH 10/14] Bluetooth: Notify adv monitor added event Marcel Holtmann
2020-06-17 10:42 ` [PATCH 11/14] Bluetooth: Notify adv monitor removed event Marcel Holtmann
2020-06-17 10:42 ` [PATCH 12/14] Bluetooth: Update background scan and report device based on advertisement monitors Marcel Holtmann
2020-06-17 10:42 ` [PATCH 13/14] Bluetooth: Terminate the link if pairing is cancelled Marcel Holtmann
2020-06-17 10:42 ` [PATCH 14/14] Bluetooth: mgmt: Use command complete on success for set system config Marcel Holtmann
2020-06-17 12:50   ` Alain Michaud

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1592390407.git.marcel@holtmann.org \
    --to=marcel@holtmann.org \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.