From: Andrei Emeltchenko <Andrei.Emeltchenko.news@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [RFCv1 0/6] Set of patches implementing missing IPC functionality
Date: Mon, 21 Oct 2013 14:28:31 +0300 [thread overview]
Message-ID: <1382354917-8632-1-git-send-email-Andrei.Emeltchenko.news@gmail.com> (raw)
From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This is my set of patches rebased against very recent bluez.git
(most probably there might be some issues related to style used).
These patches add some missing capability to the process, add basic IPC server
and client. Daemon listens for incoming connections from HALs so it acts
as a server, while HALs connect and act as client. Please advise what
are better names for hal-msg and hal-msg-client, should some code be moved
to adapter.c?
Andrei Emeltchenko (6):
android: Add capabilities and set userid
android: Handle mgmt changed events
android: Implement basic HAL server
android: Add HAL message helpers
android: Add helper to send fd using SCM_RIGHTS
android: Add Android HAL callback task
Makefile.android | 2 +-
android/Android.mk | 9 ++
android/adapter.c | 129 ++++++++++++++++++++++
android/bt-sock.c | 64 +++++++++++
android/hal-cb-thread.c | 86 +++++++++++++++
android/hal-msg-client.c | 123 +++++++++++++++++++++
android/hal-msg-client.h | 25 +++++
android/hal-msg.c | 267 ++++++++++++++++++++++++++++++++++++++++++++++
android/hal-msg.h | 5 +
android/main.c | 69 ++++++++++++
configure.ac | 4 +
11 files changed, 782 insertions(+), 1 deletion(-)
create mode 100644 android/bt-sock.c
create mode 100644 android/hal-cb-thread.c
create mode 100644 android/hal-msg-client.c
create mode 100644 android/hal-msg-client.h
create mode 100644 android/hal-msg.c
--
1.7.10.4
next reply other threads:[~2013-10-21 11:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-21 11:28 Andrei Emeltchenko [this message]
2013-10-21 11:28 ` [RFCv1 1/6] android: Add capabilities and set userid Andrei Emeltchenko
2013-10-21 11:28 ` [RFCv1 2/6] android: Handle mgmt changed events Andrei Emeltchenko
2013-10-21 11:28 ` [RFCv1 3/6] android: Implement basic HAL server Andrei Emeltchenko
2013-10-21 11:28 ` [RFCv1 4/6] android: Add HAL message helpers Andrei Emeltchenko
2013-10-21 11:28 ` [RFCv1 5/6] android: Add helper to send fd using SCM_RIGHTS Andrei Emeltchenko
2013-10-21 11:28 ` [RFCv1 6/6] android: Add Android HAL callback task Andrei Emeltchenko
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=1382354917-8632-1-git-send-email-Andrei.Emeltchenko.news@gmail.com \
--to=andrei.emeltchenko.news@gmail.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