summaryrefslogtreecommitdiff
path: root/tools/btmgmt.c
diff options
context:
space:
mode:
authorSathish Narasimman <sathish.narasimman@intel.com>2021-05-04 16:44:54 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-05-13 14:07:54 -0700
commit6d43ca442932b6b25cbc1f168f95e6a484905c79 (patch)
tree38376667085b8d15451f13c198cbdd369cb860e7 /tools/btmgmt.c
parent4bc2a2231729753f93130bad49bad273e9f7d9dd (diff)
downloadbluez-6d43ca442932b6b25cbc1f168f95e6a484905c79.tar.gz
btmgmt: Fix enable adding irk when turining privacy on
Unable to add the IRK in btmgmt when need to be updated. The option is enabled now.
Diffstat (limited to 'tools/btmgmt.c')
-rw-r--r--tools/btmgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index 02fec1dca..bf3b460d0 100644
--- a/tools/btmgmt.c
+++ b/tools/btmgmt.c
@@ -5277,7 +5277,7 @@ static const struct bt_shell_menu main_menu = {
cmd_advertising, "Toggle LE advertising", },
{ "bredr", "<on/off>",
cmd_bredr, "Toggle BR/EDR support", },
- { "privacy", "<on/off>",
+ { "privacy", "<on/off> [irk]",
cmd_privacy, "Toggle privacy support" },
{ "class", "<major> <minor>",
cmd_class, "Set device major/minor class" },