linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv4 0/3] Reuse debug helpers for HAL client and HAL
@ 2013-11-08  9:35 Andrei Emeltchenko
  2013-11-08  9:35 ` [PATCHv4 1/3] android: Create debug hal-utils helpers Andrei Emeltchenko
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Andrei Emeltchenko @ 2013-11-08  9:35 UTC (permalink / raw)
  To: linux-bluetooth

From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>

The patch uses hal-utils.[ch] to keep debug functions for decoding
HAL messages. They will be used in haltest and HALs.

Changes:
	* v4: changed bt_uuid_t -> uint8_t * since they are both used.

Andrei Emeltchenko (3):
  android: Create debug hal-utils helpers
  android/debug: Convert uuid helper to use uint8_t buffer
  android/hal: Add UUID debug print in socket HAL

 android/Android.mk        |    2 ++
 android/Makefile.am       |    3 ++-
 android/client/if-gatt.c  |    1 +
 android/client/textconv.c |   50 +++++++--------------------------------
 android/client/textconv.h |    2 --
 android/hal-sock.c        |   19 +++++++++------
 android/hal-utils.c       |   57 +++++++++++++++++++++++++++++++++++++++++++++
 android/hal-utils.h       |   26 +++++++++++++++++++++
 8 files changed, 108 insertions(+), 52 deletions(-)
 create mode 100644 android/hal-utils.c
 create mode 100644 android/hal-utils.h

-- 
1.7.10.4


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

end of thread, other threads:[~2013-11-08 11:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-08  9:35 [PATCHv4 0/3] Reuse debug helpers for HAL client and HAL Andrei Emeltchenko
2013-11-08  9:35 ` [PATCHv4 1/3] android: Create debug hal-utils helpers Andrei Emeltchenko
2013-11-08  9:35 ` [PATCHv4 2/3] android/debug: Convert uuid helper to use uint8_t buffer Andrei Emeltchenko
2013-11-08 10:49   ` Johan Hedberg
2013-11-08 11:21     ` Andrei Emeltchenko
2013-11-08  9:35 ` [PATCHv4 3/3] android/hal: Add UUID debug print in socket HAL Andrei Emeltchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).