summaryrefslogtreecommitdiff
path: root/android/hal.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-01-23 16:30:21 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-01-26 16:19:24 -0800
commit44ef6f0c4cbfdc16c1b88f2f16d4926dd8ba8fcb (patch)
tree087892e5e6baf8daf4f6dd2353e195b781a3af3d /android/hal.h
parentc466e79d6bb6cc6942baa564ffdb46ffd83da0ec (diff)
downloadbluez-44ef6f0c4cbfdc16c1b88f2f16d4926dd8ba8fcb.tar.gz
android: Add initial skeleton for AVRCP in the HAL
Diffstat (limited to 'android/hal.h')
-rw-r--r--android/hal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/hal.h b/android/hal.h
index b47541146..1ff4fbda9 100644
--- a/android/hal.h
+++ b/android/hal.h
@@ -20,11 +20,13 @@
#include <hardware/bt_hh.h>
#include <hardware/bt_pan.h>
#include <hardware/bt_av.h>
+#include <hardware/bt_rc.h>
btsock_interface_t *bt_get_sock_interface(void);
bthh_interface_t *bt_get_hidhost_interface(void);
btpan_interface_t *bt_get_pan_interface(void);
btav_interface_t *bt_get_a2dp_interface(void);
+btrc_interface_t *bt_get_avrcp_interface(void);
void bt_thread_associate(void);
void bt_thread_disassociate(void);