linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@codecoup.pl>
To: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] adapter: Remove spurious propery change signal
Date: Fri, 09 Feb 2018 15:39:09 +0100	[thread overview]
Message-ID: <1999580.8F7ljUYkF6@ix> (raw)
In-Reply-To: <20180208160306.15837-1-szymon.janc@codecoup.pl>

On Thursday, 8 February 2018 17:03:06 CET Szymon Janc wrote:
> There is no "Connectable" property on Adapter1 interface.
> ---
>  src/adapter.c | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/src/adapter.c b/src/adapter.c
> index 50cf46b11..93e36d00d 100644
> --- a/src/adapter.c
> +++ b/src/adapter.c
> @@ -535,10 +535,6 @@ static void settings_changed(struct btd_adapter
> *adapter, uint32_t settings) trigger_passive_scanning(adapter);
>  	}
> 
> -	if (changed_mask & MGMT_SETTING_CONNECTABLE)
> -		g_dbus_emit_property_changed(dbus_conn, adapter->path,
> -					ADAPTER_INTERFACE, "Connectable");
> -
>  	if (changed_mask & MGMT_SETTING_DISCOVERABLE) {
>  		g_dbus_emit_property_changed(dbus_conn, adapter->path,
>  					ADAPTER_INTERFACE, "Discoverable");

Applied.

-- 
pozdrawiam
Szymon Janc



      reply	other threads:[~2018-02-09 14:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-08 16:03 [PATCH] adapter: Remove spurious propery change signal Szymon Janc
2018-02-09 14:39 ` 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=1999580.8F7ljUYkF6@ix \
    --to=szymon.janc@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;
as well as URLs for NNTP newsgroup(s).