* [PATCH v2 0/6] android/map-client: Add HAL part
@ 2014-10-03 14:04 Grzegorz Kolodziejczyk
2014-10-08 12:59 ` Szymon Janc
0 siblings, 1 reply; 2+ messages in thread
From: Grzegorz Kolodziejczyk @ 2014-10-03 14:04 UTC (permalink / raw)
To: linux-bluetooth
v2. changes:
*Defines in HAL are the same as in IPC
*Removed MAP instance structures section in ipc api doc
*Check if MAP instance name is null terminated
*Fixed multiline comment
Grzegorz Kolodziejczyk (6):
android/hal-ipc-api: Add MAP client HAL
android/hal-map-client-api: Add get remote MAS instance command and
event
android/map-client: Add Android MAP client header
android/hal-map-client: Add skeleton for MAP client HAL
android/hal-map-client: Add event handler
android/hal-map-client: Add API calls
android/Android.mk | 1 +
android/Makefile.am | 2 +
android/hal-bluetooth.c | 3 +
android/hal-ipc-api.txt | 42 ++++++++++++
android/hal-map-client.c | 152 +++++++++++++++++++++++++++++++++++++++++++
android/hal-msg.h | 26 +++++++-
android/hal.h | 2 +
android/hardware/bluetooth.h | 1 +
android/hardware/bt_mce.h | 57 ++++++++++++++++
9 files changed, 285 insertions(+), 1 deletion(-)
create mode 100644 android/hal-map-client.c
create mode 100644 android/hardware/bt_mce.h
--
1.9.3
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH v2 0/6] android/map-client: Add HAL part
2014-10-03 14:04 [PATCH v2 0/6] android/map-client: Add HAL part Grzegorz Kolodziejczyk
@ 2014-10-08 12:59 ` Szymon Janc
0 siblings, 0 replies; 2+ messages in thread
From: Szymon Janc @ 2014-10-08 12:59 UTC (permalink / raw)
To: Grzegorz Kolodziejczyk; +Cc: linux-bluetooth
Hi Grzegorz,
On Friday 03 of October 2014 16:04:37 Grzegorz Kolodziejczyk wrote:
> v2. changes:
> *Defines in HAL are the same as in IPC
> *Removed MAP instance structures section in ipc api doc
> *Check if MAP instance name is null terminated
> *Fixed multiline comment
>
> Grzegorz Kolodziejczyk (6):
> android/hal-ipc-api: Add MAP client HAL
> android/hal-map-client-api: Add get remote MAS instance command and
> event
> android/map-client: Add Android MAP client header
> android/hal-map-client: Add skeleton for MAP client HAL
> android/hal-map-client: Add event handler
> android/hal-map-client: Add API calls
>
> android/Android.mk | 1 +
> android/Makefile.am | 2 +
> android/hal-bluetooth.c | 3 +
> android/hal-ipc-api.txt | 42 ++++++++++++
> android/hal-map-client.c | 152 +++++++++++++++++++++++++++++++++++++++++++
> android/hal-msg.h | 26 +++++++-
> android/hal.h | 2 +
> android/hardware/bluetooth.h | 1 +
> android/hardware/bt_mce.h | 57 ++++++++++++++++
> 9 files changed, 285 insertions(+), 1 deletion(-)
> create mode 100644 android/hal-map-client.c
> create mode 100644 android/hardware/bt_mce.h
>
I've applied this set after some random cleanups and fixes. In future please test
if code build on both Linux and Android. Thanks.
--
Best regards,
Szymon Janc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-08 12:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-03 14:04 [PATCH v2 0/6] android/map-client: Add HAL part Grzegorz Kolodziejczyk
2014-10-08 12:59 ` Szymon Janc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox