From 6eb1dc5328b10dc8bece447947f36b1504357a35 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 23 Jul 2007 15:43:32 +0000 Subject: Add first files for to start A2DP implementation --- audio/avdtp.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 audio/avdtp.h (limited to 'audio/avdtp.h') diff --git a/audio/avdtp.h b/audio/avdtp.h new file mode 100644 index 00000000..153a1731 --- /dev/null +++ b/audio/avdtp.h @@ -0,0 +1,23 @@ +/* + * + * BlueZ - Bluetooth protocol stack for Linux + * + * Copyright (C) 2004-2007 Marcel Holtmann + * + * + * 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 + * + */ + -- cgit