summaryrefslogtreecommitdiff
path: root/android/hal-ipc.c
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-ipc.c
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-ipc.c')
-rw-r--r--android/hal-ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hal-ipc.c b/android/hal-ipc.c
index e4b06812a..a34061dc3 100644
--- a/android/hal-ipc.c
+++ b/android/hal-ipc.c
@@ -53,7 +53,7 @@ static void notification_dispatch(struct hal_hdr *msg, int fd)
bt_notify_hh(msg->opcode, msg->payload, msg->len);
break;
case HAL_SERVICE_ID_A2DP:
- bt_notify_av(msg->opcode, msg->payload, msg->len);
+ bt_notify_a2dp(msg->opcode, msg->payload, msg->len);
break;
default:
DBG("Unhandled notification service=%d opcode=0x%x",