summaryrefslogtreecommitdiff
path: root/monitor/avctp.h
diff options
context:
space:
mode:
authorVikrampal Yadav <vikram.pal@samsung.com>2014-07-28 19:54:29 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-07-31 15:35:04 +0300
commit5f432163133e64d248cc0ec209c08f5c8a2af1b5 (patch)
tree8ea8c95b8c0ecbf9e28319282a867eec49a204cc /monitor/avctp.h
parent0961618e414b35bd247d08b5ff33d3e2d7f6967e (diff)
downloadbluez-5f432163133e64d248cc0ec209c08f5c8a2af1b5.tar.gz
monitor: Add AVCTP support to btmon
Support for decoding AVCTP packets added in Bluetooth monitor.
Diffstat (limited to 'monitor/avctp.h')
-rw-r--r--monitor/avctp.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/monitor/avctp.h b/monitor/avctp.h
new file mode 100644
index 000000000..2613f14f3
--- /dev/null
+++ b/monitor/avctp.h
@@ -0,0 +1,25 @@
+/*
+ *
+ * BlueZ - Bluetooth protocol stack for Linux
+ *
+ * Copyright (C) 2011-2014 Intel Corporation
+ * Copyright (C) 2002-2010 Marcel Holtmann <marcel@holtmann.org>
+ *
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+void avctp_packet(const struct l2cap_frame *frame);