aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bluetooth-hci.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-08-18 02:32:23 +0000
committerMichael Mann <mmann78@netscape.net>2013-08-18 02:32:23 +0000
commitedf1436360a228abe428c7fc9690f001bcffac72 (patch)
tree31f7fcc09bb0f85ff8fcfeacca1c5bb9c33d2307 /epan/dissectors/packet-bluetooth-hci.h
parent3ffb8e29b9600cae716049dc2c1e7b0c1e53ec3f (diff)
Bluetooth: HCI: Synchronize and update Voice command. Bug 9050 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9050)
From Michal Labedzki. svn path=/trunk/; revision=51411
Diffstat (limited to 'epan/dissectors/packet-bluetooth-hci.h')
-rw-r--r--epan/dissectors/packet-bluetooth-hci.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bluetooth-hci.h b/epan/dissectors/packet-bluetooth-hci.h
index f739ee8af2..a7671fedd0 100644
--- a/epan/dissectors/packet-bluetooth-hci.h
+++ b/epan/dissectors/packet-bluetooth-hci.h
@@ -54,6 +54,10 @@ extern value_string_ext bthci_cmd_ocf_status_vals_ext;
extern value_string_ext bthci_cmd_ocf_testing_vals_ext;
extern value_string_ext bthci_cmd_ocf_low_energy_vals_ext;
+extern value_string_ext bthci_cmd_input_coding_vals_ext;
+extern value_string_ext bthci_cmd_input_data_format_vals_ext;
+extern value_string_ext bthci_cmd_input_sample_size_vals_ext;
+extern value_string_ext bthci_cmd_air_coding_format_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_eir_data_type_vals_ext;