All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/4] android fixes and gattrib shim
@ 2014-11-12 20:22 Michael Janssen
  2014-11-12 20:22 ` [PATCH BlueZ 1/4] android/tester-gatt: DRY/bugfix search single PDUs Michael Janssen
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Michael Janssen @ 2014-11-12 20:22 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Michael Janssen

This patchset fixes some issues with Android GATT testing, a minor
issue with Android GATT exposed by the shim, and provides a
GAttrib shim using bt_att.

Passes all android/android-tester, unit/test-gattrib

Michael Janssen (4):
  android/tester-gatt: DRY/bugfix search single PDUs
  android/tester-gatt: deduplicate read-by-type PDUs
  android/gatt: dummy callback for indications
  GATT shim to src/shared bt_att

 android/gatt.c        |  15 +-
 android/tester-gatt.c | 167 +++---------
 attrib/gattrib.c      | 733 +++++++++++---------------------------------------
 3 files changed, 208 insertions(+), 707 deletions(-)

-- 
2.1.0.rc2.206.gedb03e5


^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH BlueZ 0/4] GAttrib cleanup and switch to bt_att
@ 2014-11-04 21:19 Michael Janssen
  2014-11-04 21:19 ` [PATCH BlueZ 4/4] GATT shim to src/shared bt_att Michael Janssen
  0 siblings, 1 reply; 16+ messages in thread
From: Michael Janssen @ 2014-11-04 21:19 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Michael Janssen

This patch set cleans up gattrib and adds some missing functionality
to switch GAttrib to a shim on top of bt_att.  After this is merged,
profiles using GAttrib can be transitioned to bt_att.

Michael Janssen (4):
  unit-gattrib: Fix uninitialized variable
  gattrib: Remove unused GATTRIB_ALL_EVENTS
  shared/att: Add support for BT_ATT_ALL_REQUESTS
  GATT shim to src/shared bt_att

 attrib/gattrib.c       | 737 ++++++++++---------------------------------------
 attrib/gattrib.h       |   1 -
 src/shared/att-types.h |   3 +
 src/shared/att.c       |  11 +-
 unit/test-gattrib.c    |  18 +-
 5 files changed, 161 insertions(+), 609 deletions(-)

-- 
2.1.0.rc2.206.gedb03e5


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

end of thread, other threads:[~2014-11-13 16:16 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 20:22 [PATCH BlueZ 0/4] android fixes and gattrib shim Michael Janssen
2014-11-12 20:22 ` [PATCH BlueZ 1/4] android/tester-gatt: DRY/bugfix search single PDUs Michael Janssen
2014-11-12 20:51   ` Szymon Janc
2014-11-13 15:30     ` Michael Janssen
2014-11-13 16:16       ` Luiz Augusto von Dentz
2014-11-12 20:22 ` [PATCH BlueZ 2/4] android/tester-gatt: deduplicate read-by-type PDUs Michael Janssen
2014-11-12 20:22 ` [PATCH BlueZ 3/4] android/gatt: dummy callback for indications Michael Janssen
2014-11-12 20:56   ` Szymon Janc
2014-11-12 20:22 ` [PATCH BlueZ 4/4] GATT shim to src/shared bt_att Michael Janssen
2014-11-12 21:14   ` Szymon Janc
2014-11-13  0:49     ` Arman Uguray
2014-11-13 14:05       ` Luiz Augusto von Dentz
  -- strict thread matches above, loose matches on Subject: below --
2014-11-04 21:19 [PATCH BlueZ 0/4] GAttrib cleanup and switch to bt_att Michael Janssen
2014-11-04 21:19 ` [PATCH BlueZ 4/4] GATT shim to src/shared bt_att Michael Janssen
2014-11-05 14:49   ` Luiz Augusto von Dentz
2014-11-05 15:17     ` Michael Janssen
2014-11-05 20:30       ` Luiz Augusto von Dentz

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.