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