From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/adapter.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/adapter.c b/android/adapter.c index 0797aa0..5552517 100644 --- a/android/adapter.c +++ b/android/adapter.c @@ -1572,6 +1572,8 @@ void bt_adapter_handle_cmd(GIOChannel *io, uint8_t opcode, void *buf, return; error: + DBG("Error handling command 0x%x status %u", opcode, status); + ipc_send_rsp(io, HAL_SERVICE_ID_BLUETOOTH, status); } -- 1.7.10.4 -- 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