summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTedd Ho-Jeong An <tedd.an@intel.com>2021-05-25 22:13:08 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-05-26 11:48:52 -0700
commit9f5e07101c18ce02924c06cff64fbf5d5b57f072 (patch)
tree6cb12728472399ba9f378f0ef4b5e513f2e8bf4e /lib
parentd70618e49461c4e147dc315cf59264c318af379a (diff)
downloadbluez-9f5e07101c18ce02924c06cff64fbf5d5b57f072.tar.gz
lib: Align mgmt header with document
This patch updates the mgmt header to align with the mgmt api document (doc/mgmt-api.txt)
Diffstat (limited to 'lib')
-rw-r--r--lib/mgmt.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/mgmt.h b/lib/mgmt.h
index a85f891c5..0a6349321 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -1087,11 +1087,13 @@ static const char *mgmt_op[] = {
"Set PHY Configuration",
"Set Blocked Keys",
"Set Wideband Speech",
- "Read Security Information", /* 0x0048 */
+ "Read Controller Capabilities Information", /* 0x0048 */
"Read Experimental Features Information",
"Set Experimental Feature",
"Read Default System Configuration",
"Set Default System Configuration",
+ "Read Default Runtime Configuration",
+ "Set Default Runtime Configuration",
"Get Device Flags",
"Set Device Flags", /* 0x0050 */
"Read Advertisement Monitor Features",
@@ -1143,6 +1145,8 @@ static const char *mgmt_ev[] = {
"Extended Controller Information Changed",
"PHY Configuration Changed",
"Experimental Feature Changed",
+ "Default System Configuration Changed", /* 0x0028 */
+ "Default Runtime Configuration Changed",
"Device Flags Changed",
"Advertisement Monitor Added", /* 0x002b */
"Advertisement Monitor Removed",
@@ -1172,6 +1176,7 @@ static const char *mgmt_status[] = {
"Blocked through rfkill",
"Already Paired",
"Permission Denied",
+ "Connection Not Established",
};
#ifndef NELEM