summaryrefslogtreecommitdiff
path: root/android/avrcp.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-01-23 15:04:12 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-01-26 16:19:24 -0800
commitc466e79d6bb6cc6942baa564ffdb46ffd83da0ec (patch)
tree93d1535d4869e5e4ad9753907e46a22dff7548dc /android/avrcp.h
parent51753d8e6e433abf3d848a6632d8891effc539ce (diff)
downloadbluez-c466e79d6bb6cc6942baa564ffdb46ffd83da0ec.tar.gz
android: Add initial skeleton for AVRCP in the daemon
Diffstat (limited to 'android/avrcp.h')
-rw-r--r--android/avrcp.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/android/avrcp.h b/android/avrcp.h
new file mode 100644
index 000000000..6fe7fbf0c
--- /dev/null
+++ b/android/avrcp.h
@@ -0,0 +1,25 @@
+/*
+ *
+ * BlueZ - Bluetooth protocol stack for Linux
+ *
+ * Copyright (C) 2014 Intel Corporation. All rights reserved.
+ *
+ *
+ * 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
+ *
+ */
+
+bool bt_avrcp_register(const bdaddr_t *addr);
+void bt_avrcp_unregister(void);