public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Claudio Takahasi <cktakahasi@gmail.com>
To: bluez-devel@lists.sourceforge.net
Subject: Re: [Bluez-devel] Re: [Bluez-users] PANU service search
Date: Mon, 28 Mar 2005 17:48:46 -0300	[thread overview]
Message-ID: <e1effdeb05032812481ffbe5a2@mail.gmail.com> (raw)
In-Reply-To: <1112040117.9016.47.camel@pegasus>

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

Hi Marcel,

Sorry, I forgot clarify one point. I added the function "add_panu"
just for convenience.
Search for PANU service is just a small part of my project, I need solve a lot
bluetooth issues to provide a seamless connectivity for UPnP applications.

I agree that the function "add_panu" is unncessary if we consider that
this service is
provided by pand daemon (pand --listen --role PANU) Therefore, another
approach is
add "NULL" instead of  "add_panu" in the service structure. The patch
for this approach
is attached. Be aware that "sdptool add panu" will run but nothing
will be exported.
The structure "service" is common for add and search features.

I have 3 years of experience with mobile application for cell phones,
but this is my
first open source development. Sorry for the large amount of emails,
but understand
all bluez features is hard task.

Please forgot my last email. When my research became more advanced/clear I will
contact you again for support. 

Regards,
Claudio.
________________________________________
Claudio Takahasi
INdT - Nokia Technology Institute
Phone: +55 81 21223034
Recife - Pernambuco - Brazil 




On Mon, 28 Mar 2005 22:01:57 +0200, Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi Claudio,
> 
> > The code for support search for PANU service is attached. The change
> > is very small
> > but will help me create a PAN for UPnP application in ad hoc scenario.
> 
> I applied the patch to the CVS, but I still don't get why you needed it
> in the first place. The pand application is able to register the PANU
> service record and search for it by itself.
> 
> Regards
> 
> Marcel
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: panu_support_2.diff --]
[-- Type: text/x-patch; name="panu_support_2.diff", Size: 413 bytes --]

--- bluez-utils-2.15-panu2/tools/sdptool.c	2005-03-28 17:27:13.934245848 -0300
+++ bluez-utils-2.15/tools/sdptool.c	2004-12-25 16:06:02.000000000 -0200
@@ -1793,7 +1793,6 @@
 
 	{ "NAP",	NAP_SVCLASS_ID,			add_nap		},
 	{ "GN",		GN_SVCLASS_ID,			add_gn		},
-	{ "PANU",       PANU_SVCLASS_ID,                NULL            },
 
 	{ "HID",	HID_SVCLASS_ID,			NULL		},
 	{ "CIP",	CIP_SVCLASS_ID,			NULL		},

      reply	other threads:[~2005-03-28 20:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-28 13:22 [Bluez-users] PANU service search Claudio Takahasi
2005-03-28 13:29 ` [Bluez-devel] " Marcel Holtmann
2005-03-28 14:07   ` Claudio Takahasi
2005-03-28 14:18     ` Marcel Holtmann
2005-03-28 19:03       ` Claudio Takahasi
2005-03-28 19:22         ` Marcel Holtmann
2005-03-28 19:46           ` Claudio Takahasi
2005-03-28 20:01             ` Marcel Holtmann
2005-03-28 20:48               ` Claudio Takahasi [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=e1effdeb05032812481ffbe5a2@mail.gmail.com \
    --to=cktakahasi@gmail.com \
    --cc=bluez-devel@lists.sourceforge.net \
    /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