public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@gmail.com>
To: Forrest Zhao <forrest.zhao@intel.com>
Cc: linux-bluetooth@vger.kernel.org, forrest.zhao@gmail.com
Subject: Re: [PATCH] add support for PBAP integration with EDS
Date: Thu, 11 Jun 2009 14:26:55 +0700	[thread overview]
Message-ID: <20090611072655.GA20058@jh-x301> (raw)
In-Reply-To: <1244621622-6487-1-git-send-email-forrest.zhao@intel.com>

Hi Forrest,

On Wed, Jun 10, 2009, Forrest Zhao wrote:
> ---
>  plugins/ebook.c  |  344 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
>  test/pbap-client |    1 +
>  2 files changed, 334 insertions(+), 11 deletions(-)

The patch has now been pushed with a few minor changes:

> +#define DEFAULT_COUNT	65535

Space instead of tab since there's no special indentation needed for the
value.

> +			gint32 i;
> +			const char *attrib_name = e_vcard_attribute_get_name(
> +						(EVCardAttribute *)l->data);
> +
> +			for (i = 0; i <= 28; i++) {

No need to have a specialized gint32 variable type here. Just use int.

> +			gint32 i;
> +			const char *attrib_name = e_vcard_attribute_get_name(
> +						(EVCardAttribute *)l->data);
> +			for (i = 0; i <= 28; i++) {

Same here.

About the vcard generation. Would it make sense to make some common helper
module for it so other contact backends woldn't need to duplicate all of
it?

Johan

      reply	other threads:[~2009-06-11  7:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-10  8:13 [PATCH] add support for PBAP integration with EDS Forrest Zhao
2009-06-11  7:26 ` Johan Hedberg [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=20090611072655.GA20058@jh-x301 \
    --to=johan.hedberg@gmail.com \
    --cc=forrest.zhao@gmail.com \
    --cc=forrest.zhao@intel.com \
    --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