All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Wagner <wagi@monom.org>
To: ofono@ofono.org
Subject: Re: [PATCH v0 3/3] dundee: Ignore DUN device if PAN is present
Date: Mon, 04 Jun 2012 16:14:35 +0200	[thread overview]
Message-ID: <4FCCC2CB.2020601@monom.org> (raw)
In-Reply-To: <1338819092-28696-4-git-send-email-wagi@monom.org>

[-- Attachment #1: Type: text/plain, Size: 715 bytes --]

On 04.06.2012 16:11, Daniel Wagner wrote:
> From: Daniel Wagner <daniel.wagner@bmw-carit.de>
> 
> ---
>  dundee/bluetooth.c |    9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/dundee/bluetooth.c b/dundee/bluetooth.c
> index 5a913cc..8762f51 100644
> --- a/dundee/bluetooth.c
> +++ b/dundee/bluetooth.c
> @@ -141,6 +141,15 @@ static int bt_probe(GSList *uuids, const char *path, const char *dev_addr,
>  
>  	DBG("");
>  
> +	for (; uuids; uuids = uuids->next) {
> +		const char *uuid = uuids->data;
> +
> +		if (g_strcmp0(uuid, NAP_UUID) == 0) {
> +			ofono_info("Device %s supports DUN and PAN at the same time. DUN is ignored", path);

argh, this line is a bit too long...

      reply	other threads:[~2012-06-04 14:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-04 14:11 [PATCH v0 0/3] Prefer PAN over DUN Daniel Wagner
2012-06-04 14:11 ` [PATCH v0 1/3] bluetooth: Add list of UUIDs to probe function Daniel Wagner
2012-06-04 14:11 ` [PATCH v0 2/3] bluetooth: Add PAN UUID Daniel Wagner
2012-06-04 14:11 ` [PATCH v0 3/3] dundee: Ignore DUN device if PAN is present Daniel Wagner
2012-06-04 14:14   ` Daniel Wagner [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=4FCCC2CB.2020601@monom.org \
    --to=wagi@monom.org \
    --cc=ofono@ofono.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.