From: Jerzy Kasenberg <jerzy.kasenberg@tieto.com>
To: <linux-bluetooth@vger.kernel.org>
Cc: Jerzy Kasenberg <jerzy.kasenberg@tieto.com>
Subject: [PATCH v3 0/5] Stack independent BT HAL test tool
Date: Wed, 16 Oct 2013 16:00:07 +0200 [thread overview]
Message-ID: <1381932012-29641-1-git-send-email-jerzy.kasenberg@tieto.com> (raw)
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
next reply other threads:[~2013-10-16 14:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-16 14:00 Jerzy Kasenberg [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1381932012-29641-1-git-send-email-jerzy.kasenberg@tieto.com \
--to=jerzy.kasenberg@tieto.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox