Diff between 017aa015311a7cd7120eb7bdef5bd17efbd3ef12 and 32776f33d2c59ec025a5ada01db3e19d6c19282a
Changed Files
| File | Additions | Deletions | Status |
| android/hal-ipc.c | +3 | -0 | modified |
Full Patch
diff --git a/android/hal-ipc.c b/android/hal-ipc.c
index e1c8dd7..026e245 100644
--- a/android/hal-ipc.c
+++ b/android/hal-ipc.c
@@ -55,6 +55,9 @@ static void notification_dispatch(struct hal_hdr *msg, int fd)
case HAL_SERVICE_ID_A2DP:
bt_notify_a2dp(msg->opcode, msg->payload, msg->len);
break;
+ case HAL_SERVICE_ID_PAN:
+ bt_notify_pan(msg->opcode, msg->payload, msg->len);
+ break;
default:
DBG("Unhandled notification service=%d opcode=0x%x",
msg->service_id, msg->opcode);