Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp520735ybv; Wed, 19 Feb 2020 04:15:48 -0800 (PST) X-Google-Smtp-Source: APXvYqyagooJ2dxQIYhREcP3vZeV4KymEr2kLqCJTN6w39ApHe9RhBzxLg3HYopk8k9KGzfOttiy X-Received: by 2002:a05:6830:22cd:: with SMTP id q13mr19495730otc.224.1582114548049; Wed, 19 Feb 2020 04:15:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582114548; cv=none; d=google.com; s=arc-20160816; b=kjcN8nrhUDHQKLy1BwvE4SvyVQ+i36E+gX390RtaJhLdANf2mrnrihqSaw5p/U9+SP +T0tyPwP6QnbTWU8pyJzsd/q4ppxa7Vu7AwtNJH2otvEQv/E4YLw2oKWNWkRp5k1GFAh v3vK2W1pH+6/7tjRtWE0OpcvoolLrWVi7k0J8K6j/kUlbO8geMtvmMbG54YwPrkyv3vG MnStbuAxbmon3dpdex2klKR13FSEuHL9XgtsP9Z0xc8nV9PY8wH9FVknnzgJ7z0UyniX rfckd4yyTxcVWh7PUbH9VyblZ8Fm/+QdpwQbxW/IecqfJLD19UxsypkbNuw9/XcoeR37 aM6g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=S54JQ+GGFeHflUsmDVCRDHGVC38CylINpxf5dc0GaZk=; b=KhZIVapFu3Yd5bCDQqAqsqBsetEH+MwvxdRiH4X/RG+tFVHYRklpG+2UmozxU0Qehq XFJKxlTY4LZ4rLP+ZfJr6yEThj3xlThNypxTetzNU2Slq/8VBYesZCOQ4kt5e4L117W4 DdzQ63PeHcmDPT6QuhRfo1vojoKXgPYGlbpqMRaZH+By/4HUrtdnSiPmoHpY+pGA2Ltg tiMfWFKJgSYxTLwaThxlaNf+xjkoa3ZmamyFAIrmyxmgP5pnJT4KnFEYhkYBQvEQEcLo lX8jlsCPf/BAoK86qqYdDbw+nDXzJ9Js3BnS8ubGlJwx5Fq39lpl3v/KqqwvWM0T94aj 4R8w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e6si876008otq.217.2020.02.19.04.15.27; Wed, 19 Feb 2020 04:15:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726514AbgBSMPW (ORCPT + 99 others); Wed, 19 Feb 2020 07:15:22 -0500 Received: from ip-78-45-52-129.net.upcbroadband.cz ([78.45.52.129]:35384 "EHLO ixit.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726495AbgBSMPW (ORCPT ); Wed, 19 Feb 2020 07:15:22 -0500 X-Greylist: delayed 318 seconds by postgrey-1.27 at vger.kernel.org; Wed, 19 Feb 2020 07:15:21 EST Received: from localhost.localdomain (227.146.230.94.awnet.cz [94.230.146.227]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ixit.cz (Postfix) with ESMTPSA id 675232014A; Wed, 19 Feb 2020 13:10:01 +0100 (CET) From: David Heidelberg To: marcel@holtmann.org Cc: johan.hedberg@gmail.com, linux-bluetooth@vger.kernel.org, luiz.dentz@gmail.com, pali.rohar@gmail.com, pavel@ucw.cz Subject: Re: HCI Set custom bandwidth for AuriStream SCO codec Date: Wed, 19 Feb 2020 13:09:40 +0100 Message-Id: <20200219120940.1509224-1-david@ixit.cz> X-Mailer: git-send-email 2.25.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hello Marcel, first thank you for reviewing Pali's work. As I understood you'd like more minimal interface, but since Pali has been working on bluetooth stack for really long and there is no better option, would you be willing accept this code? I know it may sounds like compromise, but no-one came with better solution in given time. In my opinion upstream can benefit from already (well) designed and tested solution, than waiting for messaiah with possibly perfect solution which doesn't exist yet (may never shows up). Best regards David Heidelberg