Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/3] Tab completion for haltest tool
@ 2013-10-18 13:15 Jerzy Kasenberg
  2013-10-18 13:15 ` [PATCH 1/3] android: Add tab completion to haltest Jerzy Kasenberg
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jerzy Kasenberg @ 2013-10-18 13:15 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jerzy Kasenberg

This patchset add tab completion to haltest so using this tool
will be much easier.

It allows to build for andriod 4.3 and for host with autotools.

Jerzy Kasenberg (3):
  android: Add tab completion to haltest
  android: Fix error in draw line in haltest tool
  android: Add completion for adapter to haltest

 Makefile.android               |    2 +
 android/Android.mk             |    1 +
 android/client/haltest.c       |   11 +-
 android/client/if-bt.c         |  331 ++++++++++++++++++++++++++++++++++------
 android/client/if-main.h       |   44 +++++-
 android/client/tabcompletion.c |  313 +++++++++++++++++++++++++++++++++++++
 android/client/terminal.c      |    4 +-
 android/client/textconv.c      |   21 +++
 android/client/textconv.h      |    4 +
 9 files changed, 673 insertions(+), 58 deletions(-)
 create mode 100644 android/client/tabcompletion.c

-- 
1.7.9.5


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

end of thread, other threads:[~2013-10-18 13:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-18 13:15 [PATCH 0/3] Tab completion for haltest tool Jerzy Kasenberg
2013-10-18 13:15 ` [PATCH 1/3] android: Add tab completion to haltest Jerzy Kasenberg
2013-10-18 13:15 ` [PATCH 2/3] android: Fix error in draw line in haltest tool Jerzy Kasenberg
2013-10-18 13:16 ` [PATCH 3/3] android: Add completion for adapter to haltest Jerzy Kasenberg
2013-10-18 13:51 ` [PATCH 0/3] Tab completion for haltest tool Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox