Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp483123ybg; Fri, 12 Jun 2020 06:47:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw3C+0f95Wntm0WaLwkfQF+qfBeug77AhhA27NgsV9c26REwjXBBKv7hc/gkEYN/dxmlDnU X-Received: by 2002:a50:f289:: with SMTP id f9mr11484415edm.188.1591969640933; Fri, 12 Jun 2020 06:47:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591969640; cv=none; d=google.com; s=arc-20160816; b=UkxNsSVXe7+pZM7uaV7/m2gwEObSOTZ1D/Hs19ksvDtS1ySoZDKjNHbaGmz+FRmBbb 1XYxKose4ojuawhq/Lw1vCKA7WdI2pNnAKOsqbfY6XtHjH3ub6dhH/9SD0WI/asktagk Yjcp+MaviC4cSQhgVaHD7c/VlI4jBI45+w5QlnlccipBXdiymkLsA2KJ/G2o0aIiGsOL wCThj03hCwsrHOaXC/PN2PR+xFLwZdl7WP2yKAlrQ67J0ecYTe/4OUzEB1spnfztVAIx rxuVfAwpUTHqJwAbtxSzxwFRGRRu3tCHiL99vsWkL3vgqPgbmaazG/S1y2eWIOlnF8+k hTXg== 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=JXKmi5WcyBDvuBoOTzK/KTSRijLJ2JaScNssB64tGWE=; b=txduolXR0dMK6Ynod7xZ7yFSueCliL8Pfq+npNdGtX3OB+kIyixLiAjk9c55YepS1T FSvJJA8mLXra1xaXiz4ONBmnlMSIdh9qhaZQ+RCMZIVqL30cdk1yWd95bIL06o+ZvnWP dJci6Em9Mqe32vu8fdSH84zYpfreffCQZY4P9Vi+KNcGp9j0uBJptuJjVaB1wdN9YQxN nNig2cY1G6vB2EoJlMtRYzrABfXKNtRJUg9Ya5LTTNXqAzWoQuoFuzdyCM/2kabCFVgS UTMrldiPvYsLRS3j1If66Xu0+uq9SoQ2iRY3kmn1Fgz6w/bcWlVWPHptLbCfhBRMa6FG +c5A== 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 r11si4020415ejy.328.2020.06.12.06.46.45; Fri, 12 Jun 2020 06:47:20 -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 S1726112AbgFLNqg (ORCPT + 99 others); Fri, 12 Jun 2020 09:46:36 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:58595 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726317AbgFLNqg (ORCPT ); Fri, 12 Jun 2020 09:46:36 -0400 Received: from marcel-macbook.fritz.box (ip-109-41-64-170.web.vodafone.de [109.41.64.170]) by mail.holtmann.org (Postfix) with ESMTPSA id 68A8BCED04; Fri, 12 Jun 2020 15:56:24 +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 v3 2/3] bluetooth:centralize default value initialization. From: Marcel Holtmann In-Reply-To: <20200611020157.70230-3-alainm@chromium.org> Date: Fri, 12 Jun 2020 15:46:33 +0200 Cc: Bluez mailing list , Abhishek Pandit-Subedi Content-Transfer-Encoding: 7bit Message-Id: <48F02BEA-45E3-4045-8A46-80F1B5130E5A@holtmann.org> References: <20200611020157.70230-1-alainm@chromium.org> <20200611020157.70230-3-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, please use Bluetooth: as subject prefix. > This patch centralized the initialization of default parameters. This > is required to allow clients to more easily customize the default > system parameters. > > Reviewed-by: Abhishek Pandit-Subedi > Signed-off-by: Alain Michaud Other way around please. > --- > > Changes in v3: None > Changes in v2: None > > include/net/bluetooth/hci_core.h | 18 ++++++++++++++++++ > net/bluetooth/hci_conn.c | 14 ++++---------- > net/bluetooth/hci_core.c | 14 +++++++++++++- > net/bluetooth/hci_request.c | 15 +++++---------- > 4 files changed, 40 insertions(+), 21 deletions(-) Patch has been applied to bluetooth-next tree. Regards Marcel