Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Stack independent BT HAL test tool
@ 2013-10-16 14:00 Jerzy Kasenberg
  2013-10-16 14:00 ` [PATCH v3 1/5] android: Add haltest skeleton Jerzy Kasenberg
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jerzy Kasenberg @ 2013-10-16 14:00 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jerzy Kasenberg

v3:
 - underscores changed to dash in file names.
 - corrected cast style (space after cast).
 - structure initialization with explicit filed names.
v2:
 - license changed to apache
 - source folder changed to hal-client (underscore to dash)
v1:
This tool is for testing Android HAL interfaces from command line.
Due to lack of readline on Android simple equivalent is hand coded.
This tool can be used with bluedroid stack so no glib dependency.

Tool source code is in folder hal_client, please comment if it should be
somewhere else.

Comments welcome.

Best regards
Jerzy Kasenberg

Jerzy Kasenberg (5):
  android: Add haltest skeleton
  android: Add line editing to haltest
  android: Add history to line editor in haltest
  android: Add text conversion helpers to haltest
  android: Add calls to adapter methods in haltest

 android/Android.mk           |   21 ++
 android/client/haltest.c     |  161 +++++++++++
 android/client/history.c     |   98 +++++++
 android/client/history.h     |   21 ++
 android/client/if-bt.c       |  631 ++++++++++++++++++++++++++++++++++++++++++
 android/client/if-main.h     |   99 +++++++
 android/client/pollhandler.c |  123 ++++++++
 android/client/pollhandler.h |   26 ++
 android/client/terminal.c    |  538 +++++++++++++++++++++++++++++++++++
 android/client/terminal.h    |   59 ++++
 android/client/textconv.c    |  205 ++++++++++++++
 android/client/textconv.h    |  113 ++++++++
 12 files changed, 2095 insertions(+)
 create mode 100644 android/client/haltest.c
 create mode 100644 android/client/history.c
 create mode 100644 android/client/history.h
 create mode 100644 android/client/if-bt.c
 create mode 100644 android/client/if-main.h
 create mode 100644 android/client/pollhandler.c
 create mode 100644 android/client/pollhandler.h
 create mode 100644 android/client/terminal.c
 create mode 100644 android/client/terminal.h
 create mode 100644 android/client/textconv.c
 create mode 100644 android/client/textconv.h

-- 
1.7.9.5


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

end of thread, other threads:[~2013-10-16 15:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-16 14:00 [PATCH v3 0/5] Stack independent BT HAL test tool Jerzy Kasenberg
2013-10-16 14:00 ` [PATCH v3 1/5] android: Add haltest skeleton Jerzy Kasenberg
2013-10-16 14:00 ` [PATCH v3 2/5] android: Add line editing to haltest Jerzy Kasenberg
2013-10-16 14:00 ` [PATCH v3 3/5] android: Add history to line editor in haltest Jerzy Kasenberg
2013-10-16 14:00 ` [PATCH v3 4/5] android: Add text conversion helpers to haltest Jerzy Kasenberg
2013-10-16 14:00 ` [PATCH v3 5/5] android: Add calls to adapter methods in haltest Jerzy Kasenberg
2013-10-16 15:34 ` [PATCH v3 0/5] Stack independent BT HAL test 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