From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E44DC04AB4 for ; Tue, 14 May 2019 19:32:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ED03B2166E for ; Tue, 14 May 2019 19:32:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726134AbfENTcF (ORCPT ); Tue, 14 May 2019 15:32:05 -0400 Received: from atl4mhfb04.myregisteredsite.com ([209.17.115.120]:57560 "EHLO atl4mhfb04.myregisteredsite.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726013AbfENTcF (ORCPT ); Tue, 14 May 2019 15:32:05 -0400 X-Greylist: delayed 365 seconds by postgrey-1.27 at vger.kernel.org; Tue, 14 May 2019 15:32:04 EDT Received: from atl4mhob21.registeredsite.com (atl4mhob21.registeredsite.com [209.17.115.115]) by atl4mhfb04.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id x4EJPxE0031337 for ; Tue, 14 May 2019 15:25:59 -0400 Received: from mailpod.hostingplatform.com (atl4qobmail01pod5.registeredsite.com [10.30.71.94]) by atl4mhob21.registeredsite.com (8.14.4/8.14.4) with ESMTP id x4EJPvsI110078 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 14 May 2019 15:25:57 -0400 Received: (qmail 116332 invoked by uid 0); 14 May 2019 19:25:57 -0000 X-TCPREMOTEIP: 208.85.15.155 X-Authenticated-UID: sbrown@opensat.com Received: from unknown (HELO 155-15-85-208.altiusbb.net) (sbrown@opensat.com@208.85.15.155) by 0 with ESMTPA; 14 May 2019 19:25:57 -0000 Received: from localhost (localhost [127.0.0.1]) by 155-15-85-208.altiusbb.net (Postfix) with ESMTP id D2D1E15402FC; Tue, 14 May 2019 15:25:56 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at ewol.com Received: from 155-15-85-208.altiusbb.net ([127.0.0.1]) by localhost (fl-server.ewol.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BiW5Lh9aflFx; Tue, 14 May 2019 15:25:55 -0400 (EDT) Received: from z230.lan (z230.lan [192.168.1.3]) by 155-15-85-208.altiusbb.net (Postfix) with ESMTP id E3C7315401BE; Tue, 14 May 2019 15:25:54 -0400 (EDT) Message-ID: Subject: Re: Issue with mesh provisioning. From: Steve Brown To: Shaik Mahaboob Nazeer , linux-bluetooth@vger.kernel.org Cc: Jonas Remmert Date: Tue, 14 May 2019 15:25:54 -0400 In-Reply-To: <33a1f056-12c2-1aaa-4172-ea1fba341428@phytec.in> References: <33a1f056-12c2-1aaa-4172-ea1fba341428@phytec.in> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.32.1-2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org On Tue, 2019-05-14 at 14:50 +0530, Shaik Mahaboob Nazeer wrote: > hi, > > -> We tried Zephyr Mesh onoff example on nrf52 eval kit to test the > Mesh Functionality.For provisioning of the node > we are using meshctl, built from the latest current master of the > bluez source.So during the provisioning of the node when we > start the "meshctl" and run the "discover-unprovisioned on" we are > able to get the Device UUID for the provisioning. > > Later when we try to provision the node using the "provision > " command it initiate the provision and does not wait > for the user to enter OOB .You can find the log as below. > /*******************************************/ > --- snip --- > /**************************************/ > > Could you elaborate a little on the status of the current master of > bluez in regards to BLE mesh, is it usable or should we look to older > versions? > > Do you know if there is a common issue while provisioning of the node > with the current master and > is there anything that need to be configured before provisioning? > I get the same results. I check out 48a2c3db1ccff28a615fac56066ca7d721f98d0a That was the last time I used meshctl. It requests an oob string and completes provisioning. Steve