aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_cmd.h
diff options
context:
space:
mode:
authorAllan Møller Madsen <almomadk@gmail.com>2017-01-29 22:40:42 +0100
committerMichal Labedzki <michal.tomasz.labedzki@gmail.com>2017-02-01 07:36:24 +0000
commit275594231dc1f4a08f24123e4413acfd11b59d4e (patch)
tree0d719f7b1d33a9848e517d1f3cf15a06d8e81811 /epan/dissectors/packet-bthci_cmd.h
parent20bce6f63a3f62d07741f1feb2561b27b42f93d9 (diff)
Bluetooth 5.0, HCI command/event PHY update dissection
Dissection of all new HCI command/events related with Bluetooh 5.0 feature 'PHY update - LE 2M and LE Coded' Change-Id: I212cb368d3295ba36eb0ca34329df566cae1611b Signed-off-by: Allan Møller Madsen <almomadk@gmail.com> Reviewed-on: https://code.wireshark.org/review/19849 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michal Labedzki <michal.tomasz.labedzki@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-bthci_cmd.h')
-rw-r--r--epan/dissectors/packet-bthci_cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bthci_cmd.h b/epan/dissectors/packet-bthci_cmd.h
index 81505c423b..c992a5557a 100644
--- a/epan/dissectors/packet-bthci_cmd.h
+++ b/epan/dissectors/packet-bthci_cmd.h
@@ -44,6 +44,7 @@ extern value_string_ext bthci_cmd_status_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_cmd_le_phy_vals_ext;
extern const value_string bthci_cmd_io_capability_vals[];
extern const value_string bthci_cmd_oob_data_present_vals[];