From: Andrei Emeltchenko <Andrei.Emeltchenko.news@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [RFCv3 00/14] Basic code for Android BlueZ
Date: Thu, 3 Oct 2013 17:38:06 +0300 [thread overview]
Message-ID: <1380811100-30144-1-git-send-email-Andrei.Emeltchenko.news@gmail.com> (raw)
From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Skeletons for Android Bluetooth and Socket HALs and BlueZ daemon.
Note: Still need rebase after patches from Frederic are applied.
Changes:
* RFCv3: Rebased against recent FDanis patch set, fixed library build,
corrected process capabilities, corrected API header.
* RFCv2: Took comments from mailing list reviewers. Use single
makefile, remove mgmt library and directly link, remove adapter
code and use default_adapter pointer and other style changes.
Dropped some patches due to major changes.
Andrei Emeltchenko (14):
android: Add Adapter Bluetooth HAL template
android: Add Socket Bluetooth HAL template
android: Enable Socket interface
android: Start Android Bluetooth daemon
android: Add basic mgmt initialization sequence
android: Create HAL API header skeleton
android: Add adapter and device struct for BlueZ daemon
android: Add Android Makefile for libbluetooth
android: sdp: Reuse BlueZ SDP server in Android
android: Add cap to bind to port < 1024
android: Implement read_info_complete callback
android: Handle mgmt changed events
android: Add makefile for hciconfig
android: Add makefile for hcitool
Makefile.android | 9 +-
android/Android.mk | 163 +++++++++++++++
android/bt_adapter.c | 59 ++++++
android/bt_adapter.h | 60 ++++++
android/hal.h | 18 ++
android/hal_bluetooth.c | 411 +++++++++++++++++++++++++++++++++++++
android/hal_bt_sock.c | 84 ++++++++
android/hal_msg.h | 255 +++++++++++++++++++++++
android/main.c | 516 +++++++++++++++++++++++++++++++++++++++++++++++
android/main.h | 25 +++
configure.ac | 4 +
11 files changed, 1602 insertions(+), 2 deletions(-)
create mode 100644 android/bt_adapter.c
create mode 100644 android/bt_adapter.h
create mode 100644 android/hal.h
create mode 100644 android/hal_bluetooth.c
create mode 100644 android/hal_bt_sock.c
create mode 100644 android/hal_msg.h
create mode 100644 android/main.h
--
1.7.10.4
next reply other threads:[~2013-10-03 14:38 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-03 14:38 Andrei Emeltchenko [this message]
2013-10-03 14:38 ` [RFCv3 01/14] android: Add Adapter Bluetooth HAL template Andrei Emeltchenko
2013-10-03 14:38 ` [RFCv3 02/14] android: Add Socket " Andrei Emeltchenko
2013-10-03 14:38 ` [RFCv3 03/14] android: Enable Socket interface Andrei Emeltchenko
2013-10-03 14:38 ` [RFCv3 04/14] android: Start Android Bluetooth daemon Andrei Emeltchenko
2013-10-03 14:38 ` [RFCv3 05/14] android: Add basic mgmt initialization sequence Andrei Emeltchenko
2013-10-03 14:38 ` [RFCv3 06/14] android: Create HAL API header skeleton Andrei Emeltchenko
2013-10-03 14:38 ` [RFCv3 07/14] android: Add adapter and device struct for BlueZ daemon Andrei Emeltchenko
2013-10-03 14:38 ` [RFCv3 08/14] android: Add Android Makefile for libbluetooth Andrei Emeltchenko
2013-10-03 14:38 ` [RFCv3 09/14] android: sdp: Reuse BlueZ SDP server in Android Andrei Emeltchenko
2013-10-03 14:38 ` [RFCv3 10/14] android: Add cap to bind to port < 1024 Andrei Emeltchenko
2013-10-03 14:38 ` [RFCv3 11/14] android: Implement read_info_complete callback Andrei Emeltchenko
2013-10-03 14:38 ` [RFCv3 12/14] android: Handle mgmt changed events Andrei Emeltchenko
2013-10-03 14:38 ` [RFCv3 13/14] android: Add makefile for hciconfig Andrei Emeltchenko
2013-10-03 14:38 ` [RFCv3 14/14] android: Add makefile for hcitool 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=1380811100-30144-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