public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@tieto.com>
To: Marcin Kraglak <marcin.kraglak@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 1/8] android/gatt: Fix service class id of built in gatt services
Date: Fri, 18 Jul 2014 11:15:49 +0200	[thread overview]
Message-ID: <1490799.Vggir6MhC3@uw000953> (raw)
In-Reply-To: <1405586570-16851-1-git-send-email-marcin.kraglak@tieto.com>

Hi Marcin,

On Thursday 17 of July 2014 10:42:43 Marcin Kraglak wrote:
> ---
>  android/gatt.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/android/gatt.c b/android/gatt.c
> index 986f435..19d9b60 100644
> --- a/android/gatt.c
> +++ b/android/gatt.c
> @@ -6199,6 +6199,7 @@ static void register_gap_service(void)
>  	gatt_db_service_set_active(gatt_db, gap_srvc_data.srvc , true);
>  
>  	/* SDP */
> +	bt_uuid16_create(&uuid, 0x1800);
>  	start = gap_srvc_data.srvc;
>  	end = gatt_db_get_end_handle(gatt_db, gap_srvc_data.srvc);
>  	gap_sdp_handle = add_sdp_record(&uuid, start, end,
> @@ -6308,6 +6309,7 @@ static void register_device_info_service(void)
>  	gatt_db_service_set_active(gatt_db, srvc_handle, true);
>  
>  	/* SDP */
> +	bt_uuid16_create(&uuid, 0x180a);
>  	end_handle = gatt_db_get_end_handle(gatt_db, srvc_handle);
>  	dis_sdp_handle = add_sdp_record(&uuid, srvc_handle, end_handle,
>  						"Device Information Service");
> @@ -6404,6 +6406,7 @@ static void register_gatt_service(void)
>  	gatt_db_service_set_active(gatt_db, srvc_handle, true);
>  
>  	/* SDP */
> +	bt_uuid16_create(&uuid, 0x1801);
>  	end_handle = gatt_db_get_end_handle(gatt_db, srvc_handle);
>  	gatt_sdp_handle = add_sdp_record(&uuid, srvc_handle, end_handle,
>  						"Generic Attribute Profile");
> 

All patches applied, thanks.

-- 
Best regards, 
Szymon Janc

      parent reply	other threads:[~2014-07-18  9:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-17  8:42 [PATCH 1/8] android/gatt: Fix service class id of built in gatt services Marcin Kraglak
2014-07-17  8:42 ` [PATCH 2/8] attrib: Fix discovering descriptors Marcin Kraglak
2014-07-17  8:42 ` [PATCH 3/8] android/gatt: Fix searching primary services by uuids Marcin Kraglak
2014-07-17  8:42 ` [PATCH 4/8] android/gatt: Fix check for permissions error Marcin Kraglak
2014-07-17  8:42 ` [PATCH 5/8] android/gatt: Fix read responses with o length value Marcin Kraglak
2014-07-17  8:42 ` [PATCH 6/8] android/gatt: Add GATT_PERM_NONE define Marcin Kraglak
2014-07-17  8:42 ` [PATCH 7/8] android/gatt: Send proper status of read descriptor callback Marcin Kraglak
2014-07-17  8:42 ` [PATCH 8/8] android/gatt: Fix incorrect status in read characteristic cb Marcin Kraglak
2014-07-18  9:15 ` Szymon Janc [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1490799.Vggir6MhC3@uw000953 \
    --to=szymon.janc@tieto.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=marcin.kraglak@tieto.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox