linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bluez PATCH v2 0/6] Add support of setting advertiing intervals.
@ 2020-03-30  8:03 Howard Chung
  2020-03-30  8:03 ` [Bluez PATCH v2 1/6] lib/mgmt: Add LE Set Advertising Interval definition Howard Chung
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Howard Chung @ 2020-03-30  8:03 UTC (permalink / raw)
  To: linux-bluetooth, luiz.von.dentz
  Cc: chromeos-bluetooth-upstreaming, Howard Chung

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-04-07 23:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-30  8:03 [Bluez PATCH v2 0/6] Add support of setting advertiing intervals Howard Chung
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

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).