Linux bluetooth development
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@codecoup.pl>
To: Grzegorz Kolodziejczyk <grzegorz.kolodziejczyk@codecoup.pl>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH BlueZ 1/9] tools/btpclient: Fix setting supported includes includes
Date: Mon, 05 Mar 2018 09:48:47 +0100	[thread overview]
Message-ID: <2806931.uzD6t9JXx9@ix> (raw)
In-Reply-To: <20180228124129.25851-1-grzegorz.kolodziejczyk@codecoup.pl>

Hi Grzegorz,

On Wednesday, 28 February 2018 13:41:21 CET Grzegorz Kolodziejczyk wrote:
> Included values should be string type instead of address of pointer to
> string.
> ---
>  tools/btpclient.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/tools/btpclient.c b/tools/btpclient.c
> index 61bde820e..d37232f07 100644
> --- a/tools/btpclient.c
> +++ b/tools/btpclient.c
> @@ -888,19 +888,19 @@ static bool ad_includes_getter(struct l_dbus *dbus,
>  	if (ad.tx_power) {
>  		const char *str = "tx-power";
> 
> -		l_dbus_message_builder_append_basic(builder, 's', &str);
> +		l_dbus_message_builder_append_basic(builder, 's', str);
>  	}
> 
>  	if (ad.name) {
>  		const char *str = "local-name";
> 
> -		l_dbus_message_builder_append_basic(builder, 's', &str);
> +		l_dbus_message_builder_append_basic(builder, 's', str);
>  	}
> 
>  	if (ad.appearance) {
>  		const char *str = "appearance";
> 
> -		l_dbus_message_builder_append_basic(builder, 's', &str);
> +		l_dbus_message_builder_append_basic(builder, 's', str);
>  	}
> 
>  	l_dbus_message_builder_leave_array(builder);

All patches applied (after fixing commit message in patch 5 and dead code in 
last patch). Thanks.

-- 
pozdrawiam
Szymon Janc



      parent reply	other threads:[~2018-03-05  8:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-28 12:41 [PATCH BlueZ 1/9] tools/btpclient: Fix setting supported includes includes Grzegorz Kolodziejczyk
2018-02-28 12:41 ` [PATCH BlueZ 2/9] tools/btpclient: Add support for including tx-power to ad Grzegorz Kolodziejczyk
2018-02-28 12:41 ` [PATCH BlueZ 3/9] tools/btpclient: Remove btp unsupported auth request call Grzegorz Kolodziejczyk
2018-02-28 12:41 ` [PATCH BlueZ 4/9] tools/btpclient: Add btp disconnect handler Grzegorz Kolodziejczyk
2018-02-28 12:41 ` [PATCH BlueZ 5/9] tools/btpclient: Add passkey confirm ev and passkey confirm rsp cmd Grzegorz Kolodziejczyk
2018-02-28 12:41 ` [PATCH BlueZ 6/9] tools/btpclient: Check if dev is connected in device found ev routine Grzegorz Kolodziejczyk
2018-02-28 12:41 ` [PATCH BlueZ 7/9] tools/btpclient: Add solicit uuid16 service list support for ad Grzegorz Kolodziejczyk
2018-02-28 12:41 ` [PATCH BlueZ 8/9] tools/btpclient: Add identity resolve event Grzegorz Kolodziejczyk
2018-02-28 12:41 ` [PATCH BlueZ 9/9] tools/btpclient: Add connect device command Grzegorz Kolodziejczyk
2018-03-05  8:48 ` 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=2806931.uzD6t9JXx9@ix \
    --to=szymon.janc@codecoup.pl \
    --cc=grzegorz.kolodziejczyk@codecoup.pl \
    --cc=linux-bluetooth@vger.kernel.org \
    /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