Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] android/gatt: Add debug logs useful for PTS testing
@ 2014-05-23 13:49 Lukasz Rymanowski
  2014-05-23 14:02 ` Szymon Janc
  0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Rymanowski @ 2014-05-23 13:49 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: szymon.janc, Lukasz Rymanowski

---
 android/gatt.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/android/gatt.c b/android/gatt.c
index 532a416..804c6ba 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -2165,6 +2165,9 @@ static void cache_all_srvc_chars(struct service *srvc, GSList *characteristics)
 							srvc->incl.range.end;
 		}
 
+		DBG("attr handle = 0x%04x, end handle = 0x%04x uuid: %s",
+				ch->ch.handle ,ch->end_handle, ch->ch.uuid);
+
 		if (!queue_push_tail(srvc->chars, ch)) {
 			error("gatt: Error while caching characteristic");
 			destroy_characteristic(ch);
@@ -2321,6 +2324,8 @@ static void gatt_discover_desc_cb(guint8 status, GSList *descs,
 		descr->id.instance = i++;
 		descr->handle = desc->handle;
 
+		DBG("attr handle = 0x%04x, uuid: %s", desc->handle, desc->uuid);
+
 		if (!queue_push_tail(ch->descriptors, descr))
 			free(descr);
 	}
-- 
1.8.4


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

* Re: [PATCH] android/gatt: Add debug logs useful for PTS testing
  2014-05-23 13:49 [PATCH] android/gatt: Add debug logs useful for PTS testing Lukasz Rymanowski
@ 2014-05-23 14:02 ` Szymon Janc
  0 siblings, 0 replies; 2+ messages in thread
From: Szymon Janc @ 2014-05-23 14:02 UTC (permalink / raw)
  To: Lukasz Rymanowski; +Cc: linux-bluetooth

Hi Łukasz,

On Friday 23 of May 2014 15:49:06 Lukasz Rymanowski wrote:
> ---
>  android/gatt.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/android/gatt.c b/android/gatt.c
> index 532a416..804c6ba 100644
> --- a/android/gatt.c
> +++ b/android/gatt.c
> @@ -2165,6 +2165,9 @@ static void cache_all_srvc_chars(struct service *srvc, GSList *characteristics)
>  							srvc->incl.range.end;
>  		}
>  
> +		DBG("attr handle = 0x%04x, end handle = 0x%04x uuid: %s",
> +				ch->ch.handle ,ch->end_handle, ch->ch.uuid);
> +
>  		if (!queue_push_tail(srvc->chars, ch)) {
>  			error("gatt: Error while caching characteristic");
>  			destroy_characteristic(ch);
> @@ -2321,6 +2324,8 @@ static void gatt_discover_desc_cb(guint8 status, GSList *descs,
>  		descr->id.instance = i++;
>  		descr->handle = desc->handle;
>  
> +		DBG("attr handle = 0x%04x, uuid: %s", desc->handle, desc->uuid);
> +
>  		if (!queue_push_tail(ch->descriptors, descr))
>  			free(descr);
>  	}

Applied, thanks.

-- 
Best regards, 
Szymon Janc

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

end of thread, other threads:[~2014-05-23 14:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-23 13:49 [PATCH] android/gatt: Add debug logs useful for PTS testing Lukasz Rymanowski
2014-05-23 14:02 ` Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox