lib: Correct the string for a mgmt op
authorMiao-chen Chou <mcchou@chromium.org>
Tue, 16 Jun 2020 22:56:50 +0000 (15:56 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 12 Apr 2021 09:00:49 +0000 (14:30 +0530)
This corrects the string of MGMT_OP_ADD_ADV_PATTERNS_MONITOR to match
mgmt-api.txt.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
lib/mgmt.h

index 807e77af8f67c59c05eebf7398d1654f6687d5eb..7cb7c442f111b9a42ef8998f2f95d47e8db6ca28 100644 (file)
@@ -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",
 };