All of lore.kernel.org
 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 v1 6/6] tools/btmgmt: Add setting string for LE Set Advertising Interval
Date: Mon, 30 Mar 2020 15:04:38 +0800	[thread overview]
Message-ID: <20200330150424.Bluez.v1.6.I469418408aadd72a98d675c7d8835cb79741835b@changeid> (raw)
In-Reply-To: <20200330070438.37316-1-howardchung@google.com>

$ btmgmt info
    current settings: powered bondable ... advertising-intervals

Signed-off-by: Howard Chung <howardchung@google.com>
---

 tools/btmgmt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index b1820b41c..91e9c0b40 100644
--- a/tools/btmgmt.c
+++ b/tools/btmgmt.c
@@ -355,6 +355,7 @@ static const char *settings_str[] = {
 				"static-addr",
 				"phy-configuration",
 				"wide-band-speech",
+				"advertising-intervals",
 };
 
 static const char *settings2str(uint32_t settings)
-- 
2.26.0.rc2.310.g2932bb562d-goog


      parent reply	other threads:[~2020-03-30  7:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-30  7:04 [Bluez PATCH v1 0/6] Add support of setting advertiing intervals Howard Chung
2020-03-30  7:04 ` [Bluez PATCH v1 1/6] lib/mgmt: Add LE Set Advertising Interval definition Howard Chung
2020-03-30  7:04 ` [Bluez PATCH v1 2/6] core/advertising: Add support for LE set adverting interval Howard Chung
2020-03-30  7:04 ` [Bluez PATCH v1 3/6] doc: Add documentation for LE Set Advertising Interval Howard Chung
2020-03-30  7:04 ` [Bluez PATCH v1 4/6] monitor: Add support for decoding " Howard Chung
2020-03-30  7:04 ` [Bluez PATCH v1 5/6] test: Add test for " Howard Chung
2020-03-30  7:04 ` Howard Chung [this message]

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=20200330150424.Bluez.v1.6.I469418408aadd72a98d675c7d8835cb79741835b@changeid \
    --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 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.