Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 00/11] android: Configuration command
@ 2014-09-15 14:49 Szymon Janc
  2014-09-15 14:49 ` [PATCH 01/11] android/hal-ipc-api: Add " Szymon Janc
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Szymon Janc @ 2014-09-15 14:49 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

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(-)

-- 
1.9.3


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

end of thread, other threads:[~2014-09-22 14:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 00/11] android: Configuration command Szymon Janc

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