Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-bthci_evt.h
1/* packet-bthci_evt.h
2 *
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <[email protected]>
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
13extern value_string_ext bthci_evt_evt_code_vals_ext;
14extern const value_string bthci_evt_controller_types[];
15extern const value_string bthci_evt_codec_id_vals[];
16extern const value_string bthci_evt_mws_transport_layer_vals[];
17
18#ifdef __cplusplus
19extern "C" {
20#endif /* __cplusplus */
21
22WS_DLL_PUBLIC const value_string bthci_evt_lmp_version[];
23WS_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:169
Definition value_string.h:25