Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp296114ybk; Tue, 12 May 2020 23:55:17 -0700 (PDT) X-Google-Smtp-Source: APiQypKPrVuWTGRIDlXkzJJJsAzrNO7lAUJepyIcDa2hz+aqxYnr2trBKyLJWYFiYvaJjGwqGDBe X-Received: by 2002:a17:907:11de:: with SMTP id va30mr21565878ejb.121.1589352917615; Tue, 12 May 2020 23:55:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589352917; cv=none; d=google.com; s=arc-20160816; b=x1rBIjkybkgP75ZBy9DoaJyQl0U4URhcU5yF7jQLQwTRxf9NynTEJvHIs2fT4A2Xwv mYr2QEoqEnFIOdXKK+yxbkIXzwAvJDU8x+Wr1phpZ9F/sj2tiCBRM+JoD41NV4d5b9Fm qmJzCkmIrnLE1gOK/G+Ihk+AedJA3d35v6tnLCFWjyeNLLHCjMvcSDpA/fucMTd+ib0I 9inRVDlfzG1TtFSgKktk1NKR7cJKjqqcfz/U3Iwxhrj6tZWf2IxmvvwiieI6p96EUtQH SAh+f1OeOo8XGyXRH8c8vg1IWYpW/ISbVcwLuM3E9EGF7w/5LGMogHKJz1lahsGNRxCL bxHQ== 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=fm/E6T+0zNhfdQgT0uHG7Zpmlr4BVduMiDgvKJo1xnI=; b=cmDYZwlVIAFFPJuVpw3cvWcqGqAmGIQBWAhsAj6qFBaY/4yCeK+veCAZlpwETW+sXR z2/HUbxL38cnoBb3OP0DQLk3yiz4nsxYCMnnraN79ftRpFiox/G7R/8cuX2TVdRgZP4m F4rFimsXjMXPQCSrCHsu0cRS2NdU2Hko3D4meyh3iBtTxekB0bPCiXfN9Wew0B/UAolj MjdSRPmayDzTeC7AyyNgApW9blMfQrh2apiPkh09qOJqak7DbPPV2v8f90Ynj3bQYGce OksnWdUBSA3Oc2+XxZPsAvK3KSHfYilgAliNjfbFFoxsKQiB8/OJ1W5pyIrU0j4sXMrq g8wA== 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 q17si9606039edr.550.2020.05.12.23.54.38; Tue, 12 May 2020 23:55:17 -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 S1729430AbgEMGwR (ORCPT + 99 others); Wed, 13 May 2020 02:52:17 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:41606 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729355AbgEMGwR (ORCPT ); Wed, 13 May 2020 02:52:17 -0400 Received: from [192.168.1.91] (p4FEFC5A7.dip0.t-ipconnect.de [79.239.197.167]) by mail.holtmann.org (Postfix) with ESMTPSA id 35DC6CED06; Wed, 13 May 2020 09:01:58 +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 0/2] Bluetooth: Update LE scanning parameters for suspend From: Marcel Holtmann In-Reply-To: <20200513020933.102443-1-abhishekpandit@chromium.org> Date: Wed, 13 May 2020 08:51:45 +0200 Cc: BlueZ , ChromeOS Bluetooth Upstreaming , "David S. Miller" , Johan Hedberg , netdev , LKML , Jakub Kicinski Content-Transfer-Encoding: 7bit Message-Id: <037EB7A4-BC2B-4776-B911-423A72F763A3@holtmann.org> References: <20200513020933.102443-1-abhishekpandit@chromium.org> To: Abhishek Pandit-Subedi 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 Abhishek, > This series updates the values used for window and interval when the > system suspends. It also fixes a u8 vs u16 bug when setting up passive > scanning. > > The values chosen for window and interval are 11.25ms and 640ms. I have > tested these on several Chromebooks with different LE peers (mouse, > keyboard, Raspberry Pi running bluez) and all of them are able to wake > the system with those parameters. > > Thanks > Abhishek > > > > Abhishek Pandit-Subedi (2): > Bluetooth: Fix incorrect type for window and interval > Bluetooth: Modify LE window and interval for suspend > > net/bluetooth/hci_request.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) both patches have been applied to bluetooth-next tree. Regards Marcel