From 6d43ca442932b6b25cbc1f168f95e6a484905c79 Mon Sep 17 00:00:00 2001 From: Sathish Narasimman Date: Tue, 4 May 2021 16:44:54 +0530 Subject: [PATCH] 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. --- tools/btmgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", "", cmd_bredr, "Toggle BR/EDR support", }, - { "privacy", "", + { "privacy", " [irk]", cmd_privacy, "Toggle privacy support" }, { "class", " ", cmd_class, "Set device major/minor class" }, -- 2.47.3