summaryrefslogtreecommitdiff
path: root/android/hal-ipc.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-10-31 14:19:47 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-31 15:00:10 +0200
commit6a92a05be30733fe28af80e578dad187d4b12c45 (patch)
treeabe784a20bdc702b2323ac42ecabdb77a4eaa937 /android/hal-ipc.c
parent043fd76a2b35cc052f7a99fc9bfd183193bff39d (diff)
downloadbluez-6a92a05be30733fe28af80e578dad187d4b12c45.tar.gz
android/hal-hidhost: Add implementation of .connection_state_cb
Diffstat (limited to 'android/hal-ipc.c')
-rw-r--r--android/hal-ipc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/hal-ipc.c b/android/hal-ipc.c
index f68e789c4..14be69b14 100644
--- a/android/hal-ipc.c
+++ b/android/hal-ipc.c
@@ -49,6 +49,9 @@ static void notification_dispatch(struct hal_hdr *msg, int fd)
case HAL_SERVICE_ID_BLUETOOTH:
bt_notify_adapter(msg->opcode, msg->payload, msg->len);
break;
+ case HAL_SERVICE_ID_HIDHOST:
+ bt_notify_hh(msg->opcode, msg->payload, msg->len);
+ break;
case HAL_SERVICE_ID_A2DP:
bt_notify_av(msg->opcode, msg->payload, msg->len);
break;