All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] Improvements on gatttool interactive interface
@ 2013-03-21 22:31 Alvaro Silva
  2013-03-21 22:31 ` [PATCH 01/13] gatttool: Fix memory leak after parsing input line Alvaro Silva
                   ` (13 more replies)
  0 siblings, 14 replies; 32+ messages in thread
From: Alvaro Silva @ 2013-03-21 22:31 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Alvaro Silva

Hi,

This series implements some changes on gatttool in order to keep it
consistent with bluetoothctl approach, like colored prompt and not
breaking empty line upon pressing enter. In addition, some fixes were
made when displaying messages.

BR,
Alvaro Silva

Alvaro Silva (3):
  gatttool: Show connection state using color
  gatttool: Remove connecting message from prompt
  gatttool: Use error message prefixes consistently

Eder Ruiz Maria (9):
  gatttool: Remove programming error check
  gatttool: Remote address is mandatory for non-interactive gatttool
  gatttool: Use GError to propage error messages to caller
  gatttool: Fix issues with printf() and readline prompt
  gatttool: Replace more usages of printf() with rl_printf()
  gatttool: Use bluetoothctl behavior when pressing Enter on empty
    prompt
  gatttool: Use bluetoothctl strategy to handle standard input
  gatttool: Use bluetoothctl strategy for unix signal handling
  gatttool: Show info message when no primary service is found

Jefferson Delfes (1):
  gatttool: Fix memory leak after parsing input line

 Makefile.tools       |    3 +-
 attrib/gatttool.c    |   12 +-
 attrib/gatttool.h    |    3 +-
 attrib/interactive.c |  345 +++++++++++++++++++++++++++++++++-----------------
 attrib/utils.c       |   19 +--
 client/display.h     |    1 +
 6 files changed, 250 insertions(+), 133 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2013-04-17  8:24 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-21 22:31 [PATCH 00/13] Improvements on gatttool interactive interface Alvaro Silva
2013-03-21 22:31 ` [PATCH 01/13] gatttool: Fix memory leak after parsing input line Alvaro Silva
2013-03-21 22:31 ` [PATCH 02/13] gatttool: Remove programming error check Alvaro Silva
2013-03-22  1:06   ` Anderson Lizardo
2013-03-21 22:31 ` [PATCH 03/13] gatttool: Remote address is mandatory for non-interactive gatttool Alvaro Silva
2013-03-21 22:31 ` [PATCH 04/13] gatttool: Use GError to propage error messages to caller Alvaro Silva
2013-03-21 22:31 ` [PATCH 05/13] gatttool: Fix issues with printf() and readline prompt Alvaro Silva
2013-03-21 22:31 ` [PATCH 06/13] gatttool: Replace more usages of printf() with rl_printf() Alvaro Silva
2013-03-21 22:31 ` [PATCH 07/13] gatttool: Use bluetoothctl behavior when pressing Enter on empty prompt Alvaro Silva
2013-03-21 22:31 ` [PATCH 08/13] gatttool: Show connection state using color Alvaro Silva
2013-03-21 22:31 ` [PATCH 09/13] gatttool: Remove connecting message from prompt Alvaro Silva
2013-03-21 22:31 ` [PATCH 10/13] gatttool: Use bluetoothctl strategy to handle standard input Alvaro Silva
2013-03-21 22:31 ` [PATCH 11/13] gatttool: Use bluetoothctl strategy for unix signal handling Alvaro Silva
2013-03-21 22:31 ` [PATCH 12/13] gatttool: Show info message when no primary service is found Alvaro Silva
2013-03-21 22:31 ` [PATCH 13/13] gatttool: Use error message prefixes consistently Alvaro Silva
2013-04-02 23:31 ` [PATCH BlueZ v2 00/13] Improvements on gatttool interactive interface Alvaro Silva
2013-04-02 23:31   ` [PATCH BlueZ v2 01/13] gatttool: Fix memory leak after parsing input line Alvaro Silva
2013-04-02 23:31   ` [PATCH BlueZ v2 02/13] gatttool: Remote address is mandatory for non-interactive gatttool Alvaro Silva
2013-04-02 23:31   ` [PATCH BlueZ v2 03/13] gatttool: Remove check for bluetooth address parameter on gatt_connect() Alvaro Silva
2013-04-02 23:31   ` [PATCH BlueZ v2 04/13] gatttool: Use GError to propage error messages to caller Alvaro Silva
2013-04-09 14:26     ` Johan Hedberg
2013-04-16 15:49     ` [PATCH BlueZ v3] " Eder Ruiz Maria
2013-04-17  8:24       ` Johan Hedberg
2013-04-02 23:31   ` [PATCH BlueZ v2 05/13] gatttool: Fix issues with printf() and readline prompt Alvaro Silva
2013-04-02 23:31   ` [PATCH BlueZ v2 06/13] gatttool: Replace more usages of printf() with rl_printf() Alvaro Silva
2013-04-02 23:31   ` [PATCH BlueZ v2 07/13] gatttool: Use bluetoothctl behavior when pressing Enter on empty prompt Alvaro Silva
2013-04-02 23:31   ` [PATCH BlueZ v2 08/13] gatttool: Show connection state using color Alvaro Silva
2013-04-02 23:31   ` [PATCH BlueZ v2 09/13] gatttool: Remove connecting message from prompt Alvaro Silva
2013-04-02 23:31   ` [PATCH BlueZ v2 10/13] gatttool: Use bluetoothctl strategy to handle standard input Alvaro Silva
2013-04-02 23:31   ` [PATCH BlueZ v2 11/13] gatttool: Use bluetoothctl strategy for unix signal handling Alvaro Silva
2013-04-02 23:31   ` [PATCH BlueZ v2 12/13] gatttool: Show info message when no primary service is found Alvaro Silva
2013-04-02 23:31   ` [PATCH BlueZ v2 13/13] gatttool: Use error message prefixes consistently Alvaro Silva

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.