Linux bluetooth development
 help / color / mirror / Atom feed
* [RFCv1 0/6] Set of patches implementing missing IPC functionality
@ 2013-10-21 11:28 Andrei Emeltchenko
  2013-10-21 11:28 ` [RFCv1 1/6] android: Add capabilities and set userid Andrei Emeltchenko
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Andrei Emeltchenko @ 2013-10-21 11:28 UTC (permalink / raw)
  To: linux-bluetooth

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


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

end of thread, other threads:[~2013-10-21 11:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-21 11:28 [RFCv1 0/6] Set of patches implementing missing IPC functionality Andrei Emeltchenko
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

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