3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 #ifndef __PACKET_BTHCI_EVT_H__
11 #define __PACKET_BTHCI_EVT_H__
13 extern value_string_ext bthci_evt_evt_code_vals_ext
;
14 extern const value_string bthci_evt_controller_types
[];
15 extern const value_string bthci_evt_codec_id_vals
[];
16 extern const value_string bthci_evt_mws_transport_layer_vals
[];
20 #endif /* __cplusplus */
22 WS_DLL_PUBLIC
const value_string bthci_evt_lmp_version
[];
23 WS_DLL_PUBLIC
const value_string bthci_evt_hci_version
[];
27 #endif /* __cplusplus */
32 * Editor modelines - https://www.wireshark.org/tools/modelines.html
37 * indent-tabs-mode: nil
40 * vi: set shiftwidth=4 tabstop=8 expandtab:
41 * :indentSize=4:tabSize=8:noTabs=true: