Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp842038ybl; Sun, 1 Dec 2019 14:13:52 -0800 (PST) X-Google-Smtp-Source: APXvYqwTBqafS+C1yw/B6z7mEM1N5Q0Re/mlvbJMJxtLl5CjAGKYSqNZb9QT0WW2PDgMyEUsl0r3 X-Received: by 2002:a05:6402:1742:: with SMTP id v2mr16777914edx.171.1575238432814; Sun, 01 Dec 2019 14:13:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575238432; cv=none; d=google.com; s=arc-20160816; b=cecxg+eBSOtyzotPNKhy2Dx9EFSmunzbpcpH08Mlxyr1V5FCoe/z2V6yBJjHc80Dh9 Qh1I2fLtxxT8yqEJyehgmicmVTYhDnjs5bcLaIj81OJz4zpuvnkLJfb2u+RePHTUqrac aV+s+BuerH3MeDu/kDkurQllIUgIaemJ+Gni1d3JlSDIzl117PyynvoIzLXEEhZR7k27 +hBl0ueNzAe+2pJ5JreOJWjTFRu08gqwCR2HJ0LZe4udktMVfiqD6zZ0SdIR2bQC6mD+ sEfm6sPZNgERC4D6KkaiK6X2PIhmpO67tYRGjZJA7a78aNeuIvNmAEeo5zkqGwBGJCRL i5Lw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:to :from:date; bh=H6Klj+1RcFv0uUg5xEROexe2VN7j0pwjJqgOVR+fUWo=; b=wWpEng+W5lBkCUZfgl3eTvHn3N8mODrWyj4SnJvjpjEi/IphAJdNFXXPyAcC1vzQrR jD4C6U7O/niGehAd7PAAN5nj9aNjFZZ0PXqHgDdJ/i7eGFjDof9/fdFrqiLef6a7Sj3f COUnKTh/WJSlBnFRuqwUCboBQqqGORTnuNeowQUiYb0iy/a5WAGP1ebPxnWyvt/+jd5B 7oawmgZCL1QB/hBtfF+IOLkoWoChBj+QS+9pl6X8xth8l3WYQLedezogtNFUfkST8SwV Hr54rGKlMZAEMQwShPPIPzphFeUUiaNtIDhf5l+psDl71TwpTjWFMDrlvTO1WvU2p091 Hwew== 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 v13si3597801eds.91.2019.12.01.14.13.20; Sun, 01 Dec 2019 14:13:52 -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 S1727252AbfLAWNO (ORCPT + 99 others); Sun, 1 Dec 2019 17:13:14 -0500 Received: from hall.aurel32.net ([195.154.113.88]:56506 "EHLO hall.aurel32.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727167AbfLAWNO (ORCPT ); Sun, 1 Dec 2019 17:13:14 -0500 Received: from [2a01:e35:2fdd:a4e1:fe91:fc89:bc43:b814] (helo=ohm.rr44.fr) by hall.aurel32.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ibXSq-0002O4-Dr for linux-bluetooth@vger.kernel.org; Sun, 01 Dec 2019 23:13:12 +0100 Received: from aurel32 by ohm.rr44.fr with local (Exim 4.92.3) (envelope-from ) id 1ibXSq-00HUbG-22 for linux-bluetooth@vger.kernel.org; Sun, 01 Dec 2019 23:13:12 +0100 Date: Sun, 1 Dec 2019 23:13:12 +0100 From: Aurelien Jarno To: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH BlueZ] mesh: fix (re)transmit count & interval steps Message-ID: <20191201221255.GA48051@aurel32.net> References: <20191111195406.3291-1-aurelien@aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191111195406.3291-1-aurelien@aurel32.net> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org On 2019-11-11 20:54, Aurelien Jarno wrote: > The Foundation Model Layer uses little endian ordering. As a > consequence the (re)transmit count and interval steps in the Config > Relay, Config Model Publication and Config Network Transmit messages > use the lower 3 bits for the (re)transmission count and the higher 5 > bits for the interval steps. > > The figure 4.5 in section 4.3.2.16 of the Mesh Profile Bluetooth > Specification provides a good clarification. > > This patch therefore fixes those messages for both the daemon and > configuration client parts. Gentle ping on that patch. Thanks, Aurelien -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurelien@aurel32.net http://www.aurel32.net