Return-Path: From: Marcin Kraglak To: linux-bluetooth@vger.kernel.org Subject: [PATCH 0/4] Move common client code to bt_shell Date: Thu, 21 Sep 2017 13:40:17 -0400 Message-Id: <20170921174021.20154-1-marcin.kraglak@tieto.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: This is first part of moving common code of client and meshctl to shared directory. Next steps would be: - functions for switching between menus (needed for meshctl) - display functions - common support for history Marcin Kraglak (4): shared/shell/bt_shell: Add initial implementation client: Use bt_shell to process commands. shared/shell/bt_shell: Add bt_shell_completion client: Use bt_shell_completion Makefile.tools | 3 +- client/main.c | 93 ++------------------------- src/shared/shell/bt_shell.c | 152 ++++++++++++++++++++++++++++++++++++++++++++ src/shared/shell/bt_shell.h | 43 +++++++++++++ 4 files changed, 204 insertions(+), 87 deletions(-) create mode 100644 src/shared/shell/bt_shell.c create mode 100644 src/shared/shell/bt_shell.h -- 2.13.5