Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-bthci_evt.h
1 /* packet-bthci_evt.h
2  *
3  * Wireshark - Network traffic analyzer
4  * By Gerald Combs <gerald@wireshark.org>
5  * Copyright 1998 Gerald Combs
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  */
9 
10 #ifndef __PACKET_BTHCI_EVT_H__
11 #define __PACKET_BTHCI_EVT_H__
12 
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[];
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif /* __cplusplus */
21 
22 WS_DLL_PUBLIC const value_string bthci_evt_lmp_version[];
23 WS_DLL_PUBLIC const value_string bthci_evt_hci_version[];
24 
25 #ifdef __cplusplus
26 }
27 #endif /* __cplusplus */
28 
29 #endif
30 
31 /*
32  * Editor modelines - https://www.wireshark.org/tools/modelines.html
33  *
34  * Local variables:
35  * c-basic-offset: 4
36  * tab-width: 8
37  * indent-tabs-mode: nil
38  * End:
39  *
40  * vi: set shiftwidth=4 tabstop=8 expandtab:
41  * :indentSize=4:tabSize=8:noTabs=true:
42  */
Definition: value_string.h:170
Definition: value_string.h:26