Diff between 711331d28f769d3d217b520f30cf6237e2b179ee and 017aa015311a7cd7120eb7bdef5bd17efbd3ef12
Changed Files
| File | Additions | Deletions | Status |
| android/pan.c | +1 | -1 | modified |
Full Patch
diff --git a/android/pan.c b/android/pan.c
index 061e611..46b3700 100644
--- a/android/pan.c
+++ b/android/pan.c
@@ -87,7 +87,7 @@ void bt_pan_handle_cmd(int sk, uint8_t opcode, void *buf, uint16_t len)
break;
}
- ipc_send_rsp(sk, HAL_SERVICE_ID_A2DP, status);
+ ipc_send_rsp(sk, HAL_SERVICE_ID_PAN, status);
}
bool bt_pan_register(int sk, const bdaddr_t *addr)