All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] socket: Convert service UUID to 16 or 32 bits if possible
@ 2014-06-18 17:56 Szymon Janc
  2014-06-18 18:19 ` Szymon Janc
  0 siblings, 1 reply; 2+ messages in thread
From: Szymon Janc @ 2014-06-18 17:56 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

---
 android/socket.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/android/socket.c b/android/socket.c
index 99d6bec..2b836e9 100644
--- a/android/socket.c
+++ b/android/socket.c
@@ -360,6 +360,7 @@ static sdp_record_t *create_app_record(uint8_t chan,
 	uuid_t uuid;
 
 	sdp_uuid128_create(&uuid, app_uuid);
+	sdp_uuid128_to_uuid(&uuid);
 
 	record = create_rfcomm_record(chan, &uuid, svc_name, false);
 	if (!record)
-- 
1.9.3


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

* Re: [PATCH] socket: Convert service UUID to 16 or 32 bits if possible
  2014-06-18 17:56 [PATCH] socket: Convert service UUID to 16 or 32 bits if possible Szymon Janc
@ 2014-06-18 18:19 ` Szymon Janc
  0 siblings, 0 replies; 2+ messages in thread
From: Szymon Janc @ 2014-06-18 18:19 UTC (permalink / raw)
  To: linux-bluetooth

On Wednesday 18 of June 2014 19:56:27 Szymon Janc wrote:
> ---
>  android/socket.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/android/socket.c b/android/socket.c
> index 99d6bec..2b836e9 100644
> --- a/android/socket.c
> +++ b/android/socket.c
> @@ -360,6 +360,7 @@ static sdp_record_t *create_app_record(uint8_t chan,
>  	uuid_t uuid;
> 
>  	sdp_uuid128_create(&uuid, app_uuid);
> +	sdp_uuid128_to_uuid(&uuid);
> 
>  	record = create_rfcomm_record(chan, &uuid, svc_name, false);
>  	if (!record)

Pushed (with fixed commit message prefix).

-- 
BR
Szymon Janc

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

end of thread, other threads:[~2014-06-18 18:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18 17:56 [PATCH] socket: Convert service UUID to 16 or 32 bits if possible Szymon Janc
2014-06-18 18:19 ` 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.