From 0d468ec37cf42915f5873a40185b5f3a588c28ba Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 16 Mar 2015 07:47:23 +0200 Subject: [PATCH] lib/mgmt: Update mgmt command string-lookup table --- lib/mgmt.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lib/mgmt.h b/lib/mgmt.h index 257d4802c..7325e6173 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -688,7 +688,7 @@ static const char *mgmt_op[] = { "Set Powered", "Set Discoverable", "Set Connectable", - "Set Fast Connectable", /* 0x0008 */ + "Set Fast Connectable", /* 0x0008 */ "Set Bondable", "Set Link Security", "Set Secure Simple Pairing", @@ -696,7 +696,7 @@ static const char *mgmt_op[] = { "Set Low Energy", "Set Dev Class", "Set Local Name", - "Add UUID", /* 0x0010 */ + "Add UUID", /* 0x0010 */ "Remove UUID", "Load Link Keys", "Load Long Term Keys", @@ -704,7 +704,7 @@ static const char *mgmt_op[] = { "Get Connections", "PIN Code Reply", "PIN Code Neg Reply", - "Set IO Capability", /* 0x0018 */ + "Set IO Capability", /* 0x0018 */ "Pair Device", "Cancel Pair Device", "Unpair Device", @@ -712,7 +712,7 @@ static const char *mgmt_op[] = { "User Confirm Neg Reply", "User Passkey Reply", "User Passkey Neg Reply", - "Read Local OOB Data", /* 0x0020 */ + "Read Local OOB Data", /* 0x0020 */ "Add Remote OOB Data", "Remove Remove OOB Data", "Start Discovery", @@ -720,7 +720,7 @@ static const char *mgmt_op[] = { "Confirm Name", "Block Device", "Unblock Device", - "Set Device ID", + "Set Device ID", /* 0x0028 */ "Set Advertising", "Set BR/EDR", "Set Static Address", @@ -728,7 +728,7 @@ static const char *mgmt_op[] = { "Set Secure Connections", "Set Debug Keys", "Set Privacy", - "Load Identity Resolving Keys", + "Load Identity Resolving Keys", /* 0x0030 */ "Get Connection Information", "Get Clock Information", "Add Device", @@ -736,12 +736,14 @@ static const char *mgmt_op[] = { "Load Connection Parameters", "Read Unconfigured Index List", "Read Controller Configuration Information", - "Set External Configuration", + "Set External Configuration", /* 0x0038 */ "Set Public Address", "Start Service Discovery", "Read Local Out Of Band Extended Data", "Read Extended Controller Index List", "Read Advertising Features", + "Add Advertising", + "Remove Advertising", }; static const char *mgmt_ev[] = { -- 2.47.3