summaryrefslogtreecommitdiff
path: root/monitor/packet.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2021-03-07 14:39:45 +0100
committerMarcel Holtmann <marcel@holtmann.org>2021-03-07 14:44:04 +0100
commit0b6c29c86411c293c658182d2070496ef753eb3e (patch)
tree8ea19d3b8724e31dc96e78b51781cabd546e8a4d /monitor/packet.c
parente6b69a5d4ef795b618ffeebe9dc87cd0c35cb4f9 (diff)
downloadbluez-0b6c29c86411c293c658182d2070496ef753eb3e.tar.gz
monitor: Add missing strings for management command codes
Diffstat (limited to 'monitor/packet.c')
-rw-r--r--monitor/packet.c17
1 files changed, 12 insertions, 5 deletions
diff --git a/monitor/packet.c b/monitor/packet.c
index fb265028c..d947c48cb 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -13753,12 +13753,19 @@ static const struct mgmt_data mgmt_command_table[] = {
{ 0x0045, "Set PHY Configuration",
mgmt_set_phy_cmd, 4, true,
mgmt_null_rsp, 0, true },
+ { 0x0046, "Load Blocked Keys" },
+ { 0x0047, "Set Wideband Speech" },
+ { 0x0048, "Read Controller Capabilities" },
{ 0x0049, "Read Experimental Features Information",
mgmt_null_cmd, 0, true,
mgmt_read_exp_features_info_rsp, 2, false },
{ 0x004a, "Set Experimental Feature",
mgmt_set_exp_feature_cmd, 17, true,
mgmt_set_exp_feature_rsp, 20, true },
+ { 0x004b, "Read Default System Configuration" },
+ { 0x004c, "Set Default System Configuration" },
+ { 0x004d, "Read Default Runtime Configuration" },
+ { 0x004e, "Set Default Runtime Configuration" },
{ 0x004f, "Get Device Flags",
mgmt_get_device_flags_cmd, 7, true,
mgmt_get_device_flags_rsp, 15, true},
@@ -13768,19 +13775,19 @@ static const struct mgmt_data mgmt_command_table[] = {
{ 0x0051, "Read Advertisement Monitor Features",
mgmt_null_cmd, 0, true,
mgmt_read_adv_monitor_features_rsp, 13, false},
- { 0x0052, "Add Advertisement Monitor",
+ { 0x0052, "Add Advertisement Patterns Monitor",
mgmt_add_adv_monitor_patterns_cmd, 1, false,
mgmt_add_adv_monitor_patterns_rsp, 2, true},
{ 0x0053, "Remove Advertisement Monitor",
mgmt_remove_adv_monitor_patterns_cmd, 2, true,
mgmt_remove_adv_monitor_patterns_rsp, 2, true},
- { 0x0054, "Add Ext Adv Params",
+ { 0x0054, "Add Extended Advertising Parameters",
mgmt_add_ext_adv_params_cmd, 18, false,
mgmt_add_ext_adv_params_rsp, 4, true },
- { 0x0055, "Add Ext Adv Data",
+ { 0x0055, "Add Extended Advertising Data",
mgmt_add_ext_adv_data_cmd, 3, false,
mgmt_add_ext_adv_data_rsp, 1, true },
- { 0x0056, "Add Advertisement Monitor With RSSI",
+ { 0x0056, "Add Advertisement Patterns Monitor With RSSI Threshold",
mgmt_add_adv_monitor_patterns_rssi_cmd, 8,
false,
mgmt_add_adv_monitor_patterns_rsp, 2, true},
@@ -14333,7 +14340,7 @@ static const struct mgmt_data mgmt_event_table[] = {
mgmt_device_flags_changed_evt, 15, true },
{ 0x002b, "Advertisement Monitor Added",
mgmt_adv_monitor_added_evt, 2, true },
- { 0x002c, "Advertisement Monitor Added",
+ { 0x002c, "Advertisement Monitor Removed",
mgmt_adv_monitor_removed_evt, 2, true },
{ 0x002d, "Controller Suspended",
mgmt_controller_suspend_evt, 1, true },