aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bluetooth-hci.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bluetooth-hci.h')
-rw-r--r--epan/dissectors/packet-bluetooth-hci.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bluetooth-hci.h b/epan/dissectors/packet-bluetooth-hci.h
index 4e46473eea..5672a9d2d1 100644
--- a/epan/dissectors/packet-bluetooth-hci.h
+++ b/epan/dissectors/packet-bluetooth-hci.h
@@ -54,12 +54,24 @@ extern value_string_ext bthci_cmd_ocf_low_energy_vals_ext;
extern value_string_ext bthci_cmd_status_vals_ext;
extern value_string_ext bthci_cmd_service_class_type_vals_ext;
-extern value_string_ext bthci_cmd_major_dev_class_vals_ext;
extern value_string_ext bthci_cmd_eir_data_type_vals_ext;
extern value_string_ext bthci_cmd_auth_req_vals_ext;
extern value_string_ext bthci_cmd_appearance_vals_ext;
extern value_string_ext bthci_evt_comp_id_ext;
+extern value_string_ext bthci_cmd_cod_major_device_class_vals_ext;
+extern value_string_ext bthci_cmd_cod_minor_device_class_computer_vals_ext;
+extern value_string_ext bthci_cmd_cod_minor_device_class_phone_vals_ext;
+extern value_string_ext bthci_cmd_cod_minor_device_class_lan_net_load_factor_vals_ext;
+extern value_string_ext bthci_cmd_cod_minor_device_class_lan_net_type_vals_ext;
+extern value_string_ext bthci_cmd_cod_minor_device_class_audio_video_vals_ext;
+extern value_string_ext bthci_cmd_cod_minor_device_class_peripheral_class_vals_ext;
+extern value_string_ext bthci_cmd_cod_minor_device_class_peripheral_type_vals_ext;
+extern value_string_ext bthci_cmd_cod_minor_device_class_imaging_type_vals_ext;
+extern value_string_ext bthci_cmd_cod_minor_device_class_wearable_vals_ext;
+extern value_string_ext bthci_cmd_cod_minor_device_class_toy_vals_ext;
+extern value_string_ext bthci_cmd_cod_minor_device_class_health_vals_ext;
+
extern const value_string bthci_cmd_io_capability_vals[];
extern const value_string bthci_cmd_oob_data_present_vals[];
extern const value_string bthci_cmd_address_types_vals[];