From: Szymon Janc <szymon.janc@tieto.com>
To: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 00/11] android: Configuration command
Date: Mon, 22 Sep 2014 16:44:51 +0200 [thread overview]
Message-ID: <3098623.7vBXzcgNBe@uw000953> (raw)
In-Reply-To: <1410792555-24765-1-git-send-email-szymon.janc@tieto.com>
On Monday 15 of September 2014 16:49:04 Szymon Janc wrote:
> Hi,
>
> This is a respin of serie that was send some time ago as RFC [1]
>
> This will allow to pass Android properties over IPC and use them
> in daemon for customization eg. Device Information or default adapter name.
>
> Comments from RFC was taken into account. So now "ro.bluetooth.*"
> and "sys.persist.bluetooth.*" are taken into account (former takes
> precedence if both are present). Some configs also fallback to
> generic properties if no bluetooth ones are present.
>
> Comments are welcome.
>
> BR
> Szymon Janc
>
> [1] "[RFC 0/6] android: Configuration command"
>
>
> Szymon Janc (11):
> android/hal-ipc-api: Add Configuration command
> android/hal-msg: Add configuration command
> android: Add support for configuration command
> android: Add functions for getting configuration options
> android/bluetooth: Use model name for default adapter name
> android/gatt: Use configuration data for device information profile
> android/hal-bluetooth: Add support for sending configuration
> android/hal: Add helper for quering config from Android properties
> android: Use helper for accesing Android properties
> android/bluetoothd-wrapper: Fix indentation
> android/README: Update customization section
>
> android/Android.mk | 3 +-
> android/README | 14 ++++--
> android/bluetooth.c | 17 +++++--
> android/bluetoothd-wrapper.c | 19 +++----
> android/client/if-gatt.c | 2 +
> android/cutils/properties.h | 1 +
> android/gatt.c | 115 ++++++++++++++++++++++++-------------------
> android/hal-bluetooth.c | 51 ++++++++++++++++---
> android/hal-handsfree.c | 15 +++---
> android/hal-ipc-api.txt | 16 ++++++
> android/hal-msg.h | 17 +++++++
> android/hal-utils.c | 32 ++++++++++++
> android/hal-utils.h | 2 +
> android/main.c | 94 +++++++++++++++++++++++++++++++++++
> android/utils.h | 4 ++
> 15 files changed, 314 insertions(+), 88 deletions(-)
>
Applied with some changes to make configure options TLV instead of fixed size
arrays.
--
Best regards,
Szymon Janc
prev parent reply other threads:[~2014-09-22 14:44 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-15 14:49 [PATCH 00/11] android: Configuration command Szymon Janc
2014-09-15 14:49 ` [PATCH 01/11] android/hal-ipc-api: Add " Szymon Janc
2014-09-15 14:49 ` [PATCH 02/11] android/hal-msg: Add configuration command Szymon Janc
2014-09-15 14:49 ` [PATCH 03/11] android: Add support for " Szymon Janc
2014-09-15 14:49 ` [PATCH 04/11] android: Add functions for getting configuration options Szymon Janc
2014-09-15 14:49 ` [PATCH 05/11] android/bluetooth: Use model name for default adapter name Szymon Janc
2014-09-15 14:49 ` [PATCH 06/11] android/gatt: Use configuration data for device information profile Szymon Janc
2014-09-15 14:49 ` [PATCH 07/11] android/hal-bluetooth: Add support for sending configuration Szymon Janc
2014-09-15 14:49 ` [PATCH 08/11] android/hal: Add helper for quering config from Android properties Szymon Janc
2014-09-15 14:49 ` [PATCH 09/11] android: Use helper for accesing " Szymon Janc
2014-09-15 14:49 ` [PATCH 10/11] android/bluetoothd-wrapper: Fix indentation Szymon Janc
2014-09-15 14:49 ` [PATCH 11/11] android/README: Update customization section Szymon Janc
2014-09-22 14:44 ` Szymon Janc [this message]
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=3098623.7vBXzcgNBe@uw000953 \
--to=szymon.janc@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