linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Howard Chung <howardchung@google.com>
To: linux-bluetooth@vger.kernel.org, luiz.von.dentz@intel.com
Cc: chromeos-bluetooth-upstreaming@chromium.org,
	Howard Chung <howardchung@google.com>
Subject: [Bluez PATCH v2 0/6] Add support of setting advertiing intervals.
Date: Mon, 30 Mar 2020 16:03:51 +0800	[thread overview]
Message-ID: <20200330080357.96989-1-howardchung@google.com> (raw)

Hi Linux bluetooth, this is a series of patches for supporting
setting of LE advertising intervals from D-Bus API.

Hi linux bluetooth, this is the lib/mgmt part of supporting LE
set advertising interval series patches.
Thanks

Hi linux bluetooth, this is the advertising part of supporting LE
set advertising interval series patches.
Thanks

Hi linux bluetooth, this is the documentation part of supporting LE
set advertising interval series patches.
Thanks

Hi linux bluetooth, this is the monitor part of supporting LE
set advertising interval series patches.
Thanks

Hi linux bluetooth, this is the test part of supporting LE set
advertising interval series patches.
Thanks

Hi linux bluetooth, this patch is the btmgmt part of supporting
LE Set Advertising Interval series.
Thanks

Changes in v2:
- Rebase and resolve conflict in monitor/control.c

Howard Chung (6):
  lib/mgmt: Add LE Set Advertising Interval definition
  core/advertising: Add support for LE set adverting interval
  doc: Add documentation for LE Set Advertising Interval
  monitor: Add support for decoding LE Set Advertising Interval
  test: Add test for LE Set Advertising Interval
  tools/btmgmt: Add setting string for LE Set Advertising Interval

 doc/advertising-api.txt            | 13 +++++
 doc/mgmt-api.txt                   | 25 +++++++++
 lib/mgmt.h                         | 11 ++++
 monitor/control.c                  |  2 +-
 monitor/packet.c                   | 21 +++++++
 src/advertising.c                  | 90 ++++++++++++++++++++++++++++++
 test/example-advertising-intervals | 48 ++++++++++++++++
 tools/btmgmt.c                     |  1 +
 8 files changed, 210 insertions(+), 1 deletion(-)
 create mode 100644 test/example-advertising-intervals

-- 
2.26.0.rc2.310.g2932bb562d-goog


             reply	other threads:[~2020-03-30  8:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-30  8:03 Howard Chung [this message]
2020-03-30  8:03 ` [Bluez PATCH v2 1/6] lib/mgmt: Add LE Set Advertising Interval definition Howard Chung
2020-03-30  8:03 ` [Bluez PATCH v2 2/6] core/advertising: Add support for LE set adverting interval Howard Chung
2020-03-30  8:03 ` [Bluez PATCH v2 3/6] doc: Add documentation for LE Set Advertising Interval Howard Chung
2020-03-30  9:25   ` Szymon Janc
2020-04-07 23:17     ` Luiz Augusto von Dentz
2020-03-30  8:03 ` [Bluez PATCH v2 4/6] monitor: Add support for decoding " Howard Chung
2020-03-30  8:03 ` [Bluez PATCH v2 5/6] test: Add test for " Howard Chung
2020-03-30  8:03 ` [Bluez PATCH v2 6/6] tools/btmgmt: Add setting string " Howard Chung

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=20200330080357.96989-1-howardchung@google.com \
    --to=howardchung@google.com \
    --cc=chromeos-bluetooth-upstreaming@chromium.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=luiz.von.dentz@intel.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).