aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_cmd.h
diff options
context:
space:
mode:
authorAllan Møller Madsen <almomadk@gmail.com>2020-01-26 21:54:02 +0100
committerAnders Broman <a.broman58@gmail.com>2020-01-31 05:13:15 +0000
commit1592679ed80c4ffb26e736a836ffe80fbab139e9 (patch)
treefe6408282598cbb23a8b3cab9daad0301a8191a9 /epan/dissectors/packet-bthci_cmd.h
parent76ed59b756087a3517ce2ffc9e796a5063124fce (diff)
Bluetooth HCI: Add support for Bluetooth v5.2
Dissection of all new HCI commands and events added in the newly released Bluetooth specification version 5.2. Bluetooth Device Dialog updated to also show ISO buffer size and amount. Change-Id: I3a459760cbe5f6c4f985621cee40dbbe5e473d39 Signed-off-by: Allan Møller Madsen <almomadk@gmail.com> Reviewed-on: https://code.wireshark.org/review/35957 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-bthci_cmd.h')
-rw-r--r--epan/dissectors/packet-bthci_cmd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bthci_cmd.h b/epan/dissectors/packet-bthci_cmd.h
index b7ca8c62d7..b975057260 100644
--- a/epan/dissectors/packet-bthci_cmd.h
+++ b/epan/dissectors/packet-bthci_cmd.h
@@ -34,7 +34,10 @@ extern value_string_ext bthci_cmd_auth_req_vals_ext;
extern value_string_ext bthci_cmd_appearance_vals_ext;
extern value_string_ext bthci_cmd_le_phy_vals_ext;
extern value_string_ext bthci_cmd_cte_type_vals_ext;
+extern value_string_ext bthci_cmd_clock_accuray_vals_ext;
extern value_string_ext bthci_cmd_slot_durations_vals_ext;
+extern value_string_ext bthci_cmd_phy_and_coding_vals_ext;
+extern value_string_ext bthci_cmd_framing_vals_ext;
extern const value_string bthci_cmd_io_capability_vals[];
extern const value_string bthci_cmd_oob_data_present_vals[];