android/hid: Fix service type in error response

This commit is contained in:
Johan Hedberg 2013-10-23 13:22:18 +03:00
parent 89a85ed6a8
commit de10a3d060

View File

@ -44,5 +44,5 @@ void bt_hid_handle_cmd(GIOChannel *io, uint8_t opcode, void *buf, uint16_t len)
break;
}
ipc_send_error(io, HAL_SERVICE_ID_BLUETOOTH, status);
ipc_send_error(io, HAL_SERVICE_ID_HIDHOST, status);
}