From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Szymon Janc To: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH] socket: Convert service UUID to 16 or 32 bits if possible Date: Wed, 18 Jun 2014 20:19:04 +0200 Message-ID: <3058640.xODuIA97Z3@leonov> In-Reply-To: <1403114187-16518-1-git-send-email-szymon.janc@tieto.com> References: <1403114187-16518-1-git-send-email-szymon.janc@tieto.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-bluetooth-owner@vger.kernel.org List-ID: 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