diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-02-27 00:55:34 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-02-27 00:55:34 -0800 |
commit | ee39765d310e7a10f7ad1c5f1e885156ab2935ad (patch) | |
tree | 224bbbb9d728699d7e8899f3e389cd7cba4a296b /monitor/hcidump.h | |
parent | 987ffb7360b3b4e42a81fd898c403f9619c6dbb8 (diff) |
monitor: Add support for hcidump fallback
Diffstat (limited to 'monitor/hcidump.h')
-rw-r--r-- | monitor/hcidump.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/monitor/hcidump.h b/monitor/hcidump.h new file mode 100644 index 00000000..3801c98e --- /dev/null +++ b/monitor/hcidump.h @@ -0,0 +1,25 @@ +/* + * + * BlueZ - Bluetooth protocol stack for Linux + * + * Copyright (C) 2011-2012 Intel Corporation + * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + +int hcidump_tracing(void); |