Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp5120548ybc; Tue, 26 Nov 2019 22:01:09 -0800 (PST) X-Google-Smtp-Source: APXvYqxOMAsCbyIkJDL1nrknQAZXki+Af4X11ZEu5LwYtAG6oXZ/EOnmt8zXkWkhYp9BFFT8kzAN X-Received: by 2002:a17:906:5604:: with SMTP id f4mr21054989ejq.255.1574834469722; Tue, 26 Nov 2019 22:01:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574834469; cv=none; d=google.com; s=arc-20160816; b=w1bM3KDWlXhWU9i5pahBNvRsh4bJj8ZsCysVgLMWb1VnZFoIcW0C/+SixWEFTUUlLa KefU+ROTh4fWwJ97XR7DJToTt66QjZbVwCWk9pAC2Am1han8booQ9TPvH6OVsYCgGI7B ZrB+Bvb1TX1a/qK24Elyzv4kVrkp3JOavbAIQ6oMZMufwhol+Zl0CkxFZG9NuMV1itUq 9TEqQOuvH5RlZo/+0kArzsJb2AG3Z/UR7QQzjqDoobC02vJb8t59ZTNM9SVyU7ZieA2M a7NthDgFrWPhTgq5bldr1Bwy6zIcI3qVPh64vm8RKn2vlRtOaRlXB4m5/UrGN+PE2RW+ k2Rw== 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=HJrJgYOz94IW2qcUQR5SzY95Dd0HoauzS65WaMbh2Z0=; b=UTdUoQpzl+myrt2LPP51wu4YcRivNh0qDRBnYeFBZNRoyhz+qPqfpPS24QyqDklG3e NbHGAlQ3qEUmO/luib8dG5mmj6uF1qfpWwerni77qmrFuK8r0yKd/94TBJ+nlCLwGuk1 +ql+7f6dkkPIyr1oNwPyf2ZTS9TIxo1XoytMHIoIVCadcs3uqneFbPaT06mnsj+RELZk M1E2D7S+E0aYAfgXtIO3C3xjCnwYU1VVv5lyCCA/poxEGmr9XTk7aD9PBt0Ugop9t/nm 0GzygpVuI1Jd+YYMeiQqQK/UbqUWgyyOTLg0lWrQdMP7uH4xmsuQMJs/5uFDjgz63wXz oBRw== 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 w21si8354247eja.324.2019.11.26.22.00.44; Tue, 26 Nov 2019 22:01:09 -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 S1726061AbfK0GAK convert rfc822-to-8bit (ORCPT + 99 others); Wed, 27 Nov 2019 01:00:10 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:39068 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725837AbfK0GAK (ORCPT ); Wed, 27 Nov 2019 01:00:10 -0500 Received: from marcel-macbook.fritz.box (p4FF9F0D1.dip0.t-ipconnect.de [79.249.240.209]) by mail.holtmann.org (Postfix) with ESMTPSA id E4F55CED07; Wed, 27 Nov 2019 07:09:16 +0100 (CET) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3601.0.10\)) Subject: Re: [PATCH] Blocked key mgmt Api definition From: Marcel Holtmann In-Reply-To: <20191126191452.23603-1-alainm@chromium.org> Date: Wed, 27 Nov 2019 07:00:08 +0100 Cc: Bluez mailing list Content-Transfer-Encoding: 8BIT Message-Id: <7223C834-7E4C-4521-9C1E-CA7C2F26EC63@holtmann.org> References: <20191126191452.23603-1-alainm@chromium.org> To: Alain Michaud X-Mailer: Apple Mail (2.3601.0.10) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Alain, > --- > doc/mgmt-api.txt | 33 +++++++++++++++++++++++++++++++++ > 1 file changed, 33 insertions(+) patch has been applied. > + > + This command can be used at anypoint to add to the list of blocked keys. Any connections that > + are attempting to use the keys will be terminated. If a device tries to distribute the keys during > + pairing, pairing will fail. > + However, I ended up rewording this part since it doesn’t sounded right to me. We can adjust this once we have the implementation to match against, but for now I kept it simple. Oh, and we need to stay within the rule that it has to readable in 80 character wide terminal. So no long lines. Regards Marcel