summaryrefslogtreecommitdiff
path: root/android/hal.h
diff options
context:
space:
mode:
authorJakub Tyszkowski <jakub.tyszkowski@tieto.com>2014-11-21 16:13:53 +0100
committerSzymon Janc <szymon.janc@gmail.com>2014-11-25 20:56:56 +0100
commit52336869851c28aa388ea6a08769bf4944fef974 (patch)
tree829916dcb7b55b979acb5d5d0209227378d9f829 /android/hal.h
parentf18597cad496fc7279d4f4ff107e275e1732ed7e (diff)
downloadbluez-52336869851c28aa388ea6a08769bf4944fef974.tar.gz
android/hal: Add HAL for A2DP Sink role
This role was introduced with some devices in Android 5. The same set of IPC structs and defines is used as in Sink as it uses the same HAL API as Source does, but just yet another instance of HAL.
Diffstat (limited to 'android/hal.h')
-rw-r--r--android/hal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/hal.h b/android/hal.h
index 9e29dffad..709c19758 100644
--- a/android/hal.h
+++ b/android/hal.h
@@ -47,6 +47,7 @@ bthl_interface_t *bt_get_health_interface(void);
btrc_ctrl_interface_t *bt_get_avrcp_ctrl_interface(void);
bthf_client_interface_t *bt_get_hf_client_interface(void);
btmce_interface_t *bt_get_map_client_interface(void);
+btav_interface_t *bt_get_a2dp_sink_interface(void);
#endif
void bt_thread_associate(void);