Re: [PATCH 1/4] session: only add Target if it exists

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Gustavo,

On Mon, May 27, 2013 at 4:07 PM, Gustavo Padovan <gustavo@xxxxxxxxxxx> wrote:
> From: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx>
>
> ---
>  obexd/src/manager.c | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/obexd/src/manager.c b/obexd/src/manager.c
> index b67567b..b86565c 100644
> --- a/obexd/src/manager.c
> +++ b/obexd/src/manager.c
> @@ -265,6 +265,14 @@ static DBusMessage *unregister_agent(DBusConnection *conn,
>         return dbus_message_new_method_return(msg);
>  }
>
> +static gboolean session_target_exists(const GDBusPropertyTable *property,
> +                                                               void *data)
> +{
> +       struct obex_session *os = data;
> +
> +       return os->service->target ? TRUE : FALSE;
> +}
> +
>  static char *target2str(const uint8_t *t)
>  {
>         if (!t)
> @@ -521,7 +529,7 @@ static const GDBusPropertyTable transfer_properties[] = {
>  };
>
>  static const GDBusPropertyTable session_properties[] = {
> -       { "Target", "s", get_target },
> +       { "Target", "s", get_target, NULL, session_target_exists },
>         { "Root", "s", get_root },
>         { }
>  };
> --
> 1.8.1.4

Patches 1/4 and 4/4 are now upstream, thanks.


--
Luiz Augusto von Dentz
--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux