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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no 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 6DFE6C43331 for ; Thu, 5 Sep 2019 22:35:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B1903206DE for ; Thu, 5 Sep 2019 22:35:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390318AbfIEWfW (ORCPT ); Thu, 5 Sep 2019 18:35:22 -0400 Received: from mga04.intel.com ([192.55.52.120]:51621 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729719AbfIEWfW (ORCPT ); Thu, 5 Sep 2019 18:35:22 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Sep 2019 15:35:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,471,1559545200"; d="scan'208";a="199376623" Received: from bgi1-mobl2.amr.corp.intel.com ([10.254.24.188]) by fmsmga001.fm.intel.com with ESMTP; 05 Sep 2019 15:35:21 -0700 From: Brian Gix To: linux-bluetooth@vger.kernel.org Cc: brian.gix@intel.com, inga.stotland@intel.com Subject: [PATCH BlueZ v3 0/2] mesh: Streamline Key Refresh finalization Date: Thu, 5 Sep 2019 15:35:16 -0700 Message-Id: <20190905223518.18073-1-brian.gix@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org All App key refresh finalization will happen when the bound Net Key is finalized. Version 3: Style guide corrections, and stricter adherence to rules as specified in mesh-api.txt, remove unused error checking Brian Gix (2): doc: Remove uneeded dbus API for App Key Refresh mesh: Automate AppKey update on KR phase 2-->3-->0 doc/mesh-api.txt | 19 ---------------- mesh/keyring.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ mesh/keyring.h | 1 + mesh/manager.c | 43 ++++++++++------------------------- 4 files changed, 71 insertions(+), 50 deletions(-) -- 2.21.0