Return-Path: From: sbrown@cortland.com To: linux-bluetooth@vger.kernel.org Cc: Steve Brown Subject: [PATCH V4 0/9] mesh: Add configuration commands to meshctl Date: Sun, 17 Dec 2017 10:52:40 +0000 Message-Id: <20171217105249.7592-1-sbrown@cortland.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Steve Brown This complements the Zephyr application located in the Zephyr tree at zephyr/samples/boards/nrf52/mesh/onoff-app V2: Break each command into a separate commit V3: Correct CID usage in pub-set and pub-get V4: Correct 7/9 missing break in ident status case stmt compile problem going from V2 to V3 Steve Brown (9): mesh: meshctl: Change command names to - mesh: meshctl: Add add/get subscribe mesh: meshctl: Add set heartbeat publish mesh: meshctl: Add get app keys mesh: meshctl: Add get publish mesh: meshctl: Add set/get proxy mesh: meshctl: Add get/set identity mesh: meshctl: Add get/set relay mesh: meshctl: Add Company ID parameter to pub-set and pub-get mesh/config-client.c | 454 ++++++++++++++++++++++++++++++++++++++++++++++++--- mesh/net.c | 20 ++- 2 files changed, 448 insertions(+), 26 deletions(-) -- 2.11.0