Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp3813151ybt; Tue, 30 Jun 2020 11:44:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwzma26fO3u7B1Wklf3oaTeLmbqCJBhZ2XHfPDeN8H3/5h+IYL1KFpedkQu4s9mIwrBkcIX X-Received: by 2002:a17:906:74dc:: with SMTP id z28mr20149905ejl.402.1593542245147; Tue, 30 Jun 2020 11:37:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593542245; cv=none; d=google.com; s=arc-20160816; b=UeWnPVj8pn/b6xSnJ5tNhgo8UESSWF/tIs2BeZfnp19N5HUUsQbD3cK2W4uf9AZncU b3IxXZfgSu4motJUE+sgG2vI+pfxcf3gJfeTzCFoBWOiDekzn5aHeUPHMCp4N8wljNSI +mh0GceJ205vjKEqzMlanMabBepYI/wZty1owNL4L7kcbq4cO7zb8BTG199DT3naNfR6 D44GL8s+mVOD9FPow5/fIZ7C+taQFfIF69HWm2YETLyCWUY/mH2ku01d5a8O5Fy8ga8P JQ2uqyyFWIAshlXHc+JlbMX5dEGFxS6Y9PMbI6bsOnSrgjK3cTS2tSZLkggqsOJDlS7g owqw== 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=QxOLjcMOEv+yEsempTvZWUKHNiWzh0HHav4rOwO5vA4=; b=faGIDVGO3hf8JctCM3s0sJFTIWP19izoNC4uxdCxk79qbCdnGuN8Q3MFTjwkPXaEHA geNKt7ofdSzbPMUAMJrv1clAA+C+aHCmkXIJtqVUJXmn4G6Q37ODzF0fEpdbnS98aDYM uTGms1vcmSUUOGvX1YLS5dsQnPvT3UPjq4xJm0rV5JrNgKYU9d1slogepE5NtCWT4IUz JcTd1/0Ccyl2dZ64cqGpJlE7aFAMutdXW0D8T0l0OsC5Rmvr1lMGEUJN10x053Pc+BLX xckqDhD9dHwv/Z9g532QiwFBZO5iw9g+YXEDLwkXrpJzpjCsn0tih/ECV5j2O5hAJiFo kS0A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bu19si2184999edb.468.2020.06.30.11.37.01; Tue, 30 Jun 2020 11:37:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389308AbgF3Qzc (ORCPT + 99 others); Tue, 30 Jun 2020 12:55:32 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:60223 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389899AbgF3Qzc (ORCPT ); Tue, 30 Jun 2020 12:55:32 -0400 Received: from marcel-macpro.fritz.box (p5b3d2638.dip0.t-ipconnect.de [91.61.38.56]) by mail.holtmann.org (Postfix) with ESMTPSA id E7DEDCECED; Tue, 30 Jun 2020 19:05:25 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: [PATCH v2] Bluetooth: use configured default params for active scans From: Marcel Holtmann In-Reply-To: <20200629170415.3227892-1-alainm@chromium.org> Date: Tue, 30 Jun 2020 18:55:31 +0200 Cc: linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: References: <20200629170415.3227892-1-alainm@chromium.org> To: Alain Michaud X-Mailer: Apple Mail (2.3608.80.23.2.2) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Alain, > This patch fixes active scans to use the configured default parameters. > > Signed-off-by: Alain Michaud > --- > > Changes in v2: > - Rebase onto master > > net/bluetooth/hci_request.c | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel