--- android/pan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html