linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Archie Pusaka <apusaka@google.com>
To: linux-bluetooth <linux-bluetooth@vger.kernel.org>,
	Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Cc: CrosBT Upstreaming <chromeos-bluetooth-upstreaming@chromium.org>,
	Archie Pusaka <apusaka@chromium.org>
Subject: [Bluez PATCH v3 0/5] Support advertising monitor add pattern with RSSI opcode
Date: Thu, 14 Jan 2021 15:44:53 +0800	[thread overview]
Message-ID: <20210114074458.3399055-1-apusaka@google.com> (raw)

From: Archie Pusaka <apusaka@chromium.org>

Hi linux-bluetooth,

This series of patches adds a new MGMT command for adding a monitor
with RSSI parameter. Changes are focused on passing parameters to
the kernel via btmgmt and bluetoothctl.

PTAL and thanks for your feedback!
Archie

Changes in v3:
* split the struct RSSIThresholdsAndTimers

Changes in v2:
* Remove trailing period and fix order of mgmt parameter

Archie Pusaka (5):
  lib/mgmt: Adding Add Adv Patterns Monitor RSSI opcode
  src/adv_monitor: add monitor with rssi support for mgmt
  btmgmt: advmon add rssi support
  bluetoothctl: advmon rssi support for mgmt
  monitor: Decode add advmon with RSSI parameter

 client/adv_monitor.c | 162 ++++++++++++++++----------
 client/adv_monitor.h |   1 +
 client/main.c        |  29 +++--
 lib/mgmt.h           |  15 +++
 monitor/packet.c     |  43 ++++++-
 src/adv_monitor.c    | 267 ++++++++++++++++++++++++++++---------------
 tools/btmgmt.c       | 160 +++++++++++++++++++++-----
 7 files changed, 475 insertions(+), 202 deletions(-)

-- 
2.30.0.284.gd98b1dd5eaa7-goog


             reply	other threads:[~2021-01-14  7:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-14  7:44 Archie Pusaka [this message]
2021-01-14  7:44 ` [Bluez PATCH v3 1/5] lib/mgmt: Adding Add Adv Patterns Monitor RSSI opcode Archie Pusaka
2021-01-14  8:28   ` Support advertising monitor add pattern with " bluez.test.bot
2021-01-14  7:44 ` [Bluez PATCH v3 2/5] src/adv_monitor: add monitor with rssi support for mgmt Archie Pusaka
2021-01-14  7:44 ` [Bluez PATCH v3 3/5] btmgmt: advmon add rssi support Archie Pusaka
2021-01-14  7:44 ` [Bluez PATCH v3 4/5] bluetoothctl: advmon rssi support for mgmt Archie Pusaka
2021-01-14 18:41   ` Luiz Augusto von Dentz
2021-01-15 11:55     ` Archie Pusaka
2021-01-14  7:44 ` [Bluez PATCH v3 5/5] monitor: Decode add advmon with RSSI parameter Archie Pusaka

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=20210114074458.3399055-1-apusaka@google.com \
    --to=apusaka@google.com \
    --cc=apusaka@chromium.org \
    --cc=chromeos-bluetooth-upstreaming@chromium.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=luiz.dentz@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).