From 7e64c0385ebefa232ba86e7789e595922bced8de Mon Sep 17 00:00:00 2001 From: Miao-chen Chou Date: Tue, 16 Jun 2020 15:56:50 -0700 Subject: [PATCH] lib: Correct the string for a mgmt op This corrects the string of MGMT_OP_ADD_ADV_PATTERNS_MONITOR to match mgmt-api.txt. Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- lib/mgmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mgmt.h b/lib/mgmt.h index 807e77a..7cb7c44 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -1018,7 +1018,7 @@ static const char *mgmt_op[] = { "Read Default System Configuration", "Set Default System Configuration", "Read Advertisement Monitor Features", - "Add Advertisement Monitor", + "Add Advertisement Patterns Monitor", "Remove Advertisement Monitor", }; -- 2.7.4