summaryrefslogtreecommitdiff
path: root/android/hal.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2013-11-07 16:32:07 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2013-11-07 17:59:01 +0200
commit931eb9f16d069c4cda7bdbedf7637b89868e8d99 (patch)
tree98584751b9277ff79b2712fd61af062741ded21d /android/hal.h
parentf42a2bafa3ea688784b98b1f55537c203629217e (diff)
downloadbluez-931eb9f16d069c4cda7bdbedf7637b89868e8d99.tar.gz
android/hal: Use a2dp instead of av in a2dp HAL
Match functions names to HAL name. Where not needed av prefix is removed.
Diffstat (limited to 'android/hal.h')
-rw-r--r--android/hal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/hal.h b/android/hal.h
index 5d6a93e86..f47ec2a1a 100644
--- a/android/hal.h
+++ b/android/hal.h
@@ -24,10 +24,10 @@
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_av_interface(void);
+btav_interface_t *bt_get_a2dp_interface(void);
void bt_notify_adapter(uint16_t opcode, void *buf, uint16_t len);
void bt_thread_associate(void);
void bt_thread_disassociate(void);
void bt_notify_hh(uint16_t opcode, void *buf, uint16_t len);
-void bt_notify_av(uint16_t opcode, void *buf, uint16_t len);
+void bt_notify_a2dp(uint16_t opcode, void *buf, uint16_t len);