Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp373312ybl; Fri, 30 Aug 2019 00:49:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqz0xhJZ6jD92ebafCaQvMGzpuAD/Qm8pzZ1k326OqNmW7g05FqEuBdMFN3bXdA2YwZ/e7jX X-Received: by 2002:a17:90a:8081:: with SMTP id c1mr14548928pjn.62.1567151346021; Fri, 30 Aug 2019 00:49:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567151346; cv=none; d=google.com; s=arc-20160816; b=fABwZNT4ZTAjUiZRMX7Dw3vqjarNc7bARsaGFwCXn6wUTniAyEuC2Aop3XgSP4+Wee pmYdaIBiSrWqZJRk51DhaApARsS4/HNWabnHrYt0F7Ebs2CDFxKPn1YeKOlnjMNAK6QM q9pavOhYVBtTFonzOE/yRPbckfZUdlCtM7fShGx14MzBr1fp52yAgVB+PA7GApqNHUrR 0CqBJ7bpYddhtr6LnU4ggHsCBALwESsmu4htbiUWKuyUOStZLRizHV9Zo9pTrWMNWY7J xlRobp1GBqy0K6kI6moGyKlpx9ZZQTJP3XNt0IZitLNTQdTdp/6yUKAfdBLVjBPaH/GP 39OA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=44xAu3CwA9bwhNU88iahJhBdBwn1VbIwEzR7iEESY7o=; b=0MydZyRZ2rTWgnXif+trI6eTrl3TRX0BOnhpYYIpWAqUF+S3p15uOKUueMuOggJt5p MIKOZPoWpr/7h55LDGDH69P3p2+6HktQCplreAIveHKbCdza5XL511UyNMD2KsxkhuIc IN6zbbYQYIJ0SyaAaAFOW+G+NpEVc9iLGm6xN0hNQyVqI8WrucpH2wdI3R7L1R8/0QMq pRywBva+alpx3BaSxkgbmGUQ1QmyiANWSITmrwJl8Jpk5jGB6f/XB8iVjqTLY2PaWOCT iYvCOVgsRmBe0QPUQu1S00VlblU3qGVK+VEocZdWNNsTmxWqYG8MyUIdajvwF927kjPX SCVA== 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 s10si4285137pjp.27.2019.08.30.00.48.50; Fri, 30 Aug 2019 00:49:06 -0700 (PDT) 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 S1727156AbfH3HsI (ORCPT + 99 others); Fri, 30 Aug 2019 03:48:08 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:45266 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727133AbfH3HsI (ORCPT ); Fri, 30 Aug 2019 03:48:08 -0400 Received: from [172.20.10.2] (tmo-106-216.customers.d1-online.com [80.187.106.216]) by mail.holtmann.org (Postfix) with ESMTPSA id B75A8CECD9; Fri, 30 Aug 2019 09:56:52 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [PATCH v1] Bluetooth: hci_qca: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for QCA UART Radio From: Marcel Holtmann In-Reply-To: <1566368619-3941-1-git-send-email-rjliao@codeaurora.org> Date: Fri, 30 Aug 2019 09:48:05 +0200 Cc: Johan Hedberg , linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <38925EFF-F7CF-405B-B1FD-F3A91AFDEC87@holtmann.org> References: <1566368619-3941-1-git-send-email-rjliao@codeaurora.org> To: Rocky Liao X-Mailer: Apple Mail (2.3445.104.11) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Rocky, > QCA UART Bluetooth controllers can do both LE scan and BR/EDR inquiry > at once, need to set HCI_QUIRK_SIMULTANEOUS_DISCOVERY quirk. > > Signed-off-by: Rocky Liao > --- > drivers/bluetooth/hci_qca.c | 5 +++++ > 1 file changed, 5 insertions(+) patch has been applied to bluetooth-next tree. Regards Marcel