All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] android: GATT IPC definition fixes
@ 2014-04-16 23:10 Andrzej Kaczmarek
  2014-04-16 23:10 ` [PATCH 1/8] android/hal-gatt-api: Fix IPC definition for service_search Andrzej Kaczmarek
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Andrzej Kaczmarek @ 2014-04-16 23:10 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Andrzej Kaczmarek

Hi,

Here are few patches to make GATT IPC messages structure better
describe its actual content, especially in cases where message has
some optional data which until now were identified by 'number' field.
Such name is misleading since in all cases there could be only one
optional parameter thus messages are updated to have boolean-like
field and properly named optional parameter.

This should make code easier to read as field names in structures
now have consistent names which describe its conents clearly.


Andrzej Kaczmarek (8):
  android/hal-gatt-api: Fix IPC definition for service_search
  android/hal-gatt-api: Fix IPC definition for get_included_service
  android/hal-gatt-api: Fix IPC definition for get_characteristic
  android/hal-gatt-api: Fix IPC definition for get_descriptor
  android/hal-gatt-api: Fix IPC definition for read_characteristic
  android/hal-gatt-api: Fix IPC definition for write_characteristic
  android/gatt: Add IPC message verification for service_search
  android/ipc: Add common definitions for GATT IPC structures

 android/gatt.c          |  44 +++++++-----
 android/hal-gatt.c      |  37 +++++-----
 android/hal-ipc-api.txt | 175 +++++++++++++-----------------------------------
 android/hal-msg.h       |  20 +++---
 4 files changed, 100 insertions(+), 176 deletions(-)

-- 
1.9.2


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

end of thread, other threads:[~2014-04-17  8:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-16 23:10 [PATCH 0/8] android: GATT IPC definition fixes Andrzej Kaczmarek
2014-04-16 23:10 ` [PATCH 1/8] android/hal-gatt-api: Fix IPC definition for service_search Andrzej Kaczmarek
2014-04-16 23:10 ` [PATCH 2/8] android/hal-gatt-api: Fix IPC definition for get_included_service Andrzej Kaczmarek
2014-04-16 23:10 ` [PATCH 3/8] android/hal-gatt-api: Fix IPC definition for get_characteristic Andrzej Kaczmarek
2014-04-16 23:10 ` [PATCH 4/8] android/hal-gatt-api: Fix IPC definition for get_descriptor Andrzej Kaczmarek
2014-04-16 23:10 ` [PATCH 5/8] android/hal-gatt-api: Fix IPC definition for read_characteristic Andrzej Kaczmarek
2014-04-16 23:10 ` [PATCH 6/8] android/hal-gatt-api: Fix IPC definition for write_characteristic Andrzej Kaczmarek
2014-04-16 23:10 ` [PATCH 7/8] android/gatt: Add IPC message verification for service_search Andrzej Kaczmarek
2014-04-16 23:10 ` [PATCH 8/8] android/ipc: Add common definitions for GATT IPC structures Andrzej Kaczmarek
2014-04-17  8:48 ` [PATCH 0/8] android: GATT IPC definition fixes Szymon Janc

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.