All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] android/map-client: Add MAP client daemon implementation
@ 2014-10-14 11:24 Grzegorz Kolodziejczyk
  2014-10-14 11:24 ` [PATCH v2 1/5] android/map-client: Add initial files Grzegorz Kolodziejczyk
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Grzegorz Kolodziejczyk @ 2014-10-14 11:24 UTC (permalink / raw)
  To: linux-bluetooth

v1.
*Add MAP client daemon implementation (skeleton, body)
*Add haltest MAP client support

v2.
*Fix style issue in cmd handler
*Change if-else to if statements for map client instance create
*Check if allocation of cb data has failed
*Set free as destroy callback function for search service
*Fix status overwrite (add fail label)

Grzegorz Kolodziejczyk (5):
  android/map-client: Add initial files
  android/map-client: Add stubs for MAP client commands handlers
  android/map-client: Add support for get remote MAS instances
  android/ipc-tester: Add case for MAP client service opcode boundries
  android/ipc-tester: Add cases for MAP client msg size

 android/Android.mk   |   1 +
 android/Makefile.am  |   1 +
 android/ipc-tester.c |  18 +++++
 android/main.c       |  12 +++
 android/map-client.c | 204 +++++++++++++++++++++++++++++++++++++++++++++++++++
 android/map-client.h |  26 +++++++
 6 files changed, 262 insertions(+)
 create mode 100644 android/map-client.c
 create mode 100644 android/map-client.h

-- 
1.9.3


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-14 11:24 [PATCH v2 0/5] android/map-client: Add MAP client daemon implementation Grzegorz Kolodziejczyk
2014-10-14 11:24 ` [PATCH v2 1/5] android/map-client: Add initial files Grzegorz Kolodziejczyk
2014-10-14 11:24 ` [PATCH v2 2/5] android/map-client: Add stubs for MAP client commands handlers Grzegorz Kolodziejczyk
2014-10-14 11:24 ` [PATCH v2 3/5] android/map-client: Add support for get remote MAS instances Grzegorz Kolodziejczyk
2014-10-15 14:16   ` Szymon Janc
2014-10-15 14:22     ` Grzegorz Kolodziejczyk
2014-10-14 11:24 ` [PATCH v2 4/5] android/ipc-tester: Add case for MAP client service opcode boundries Grzegorz Kolodziejczyk
2014-10-14 11:24 ` [PATCH v2 5/5] android/ipc-tester: Add cases for MAP client msg size Grzegorz Kolodziejczyk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.