Message ID | 20200330160343.Bluez.v2.6.I469418408aadd72a98d675c7d8835cb79741835b@changeid (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add support of setting advertiing intervals. | expand |
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)
$ btmgmt info current settings: powered bondable ... advertising-intervals Signed-off-by: Howard Chung <howardchung@google.com> --- Changes in v2: None tools/btmgmt.c | 1 + 1 file changed, 1 insertion(+)