Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2009 10:05:30 -0700
From:      Maksim Yevmenkin <maksim.yevmenkin@gmail.com>
To:        "Daniel O'Connor" <doconnor@gsoft.com.au>
Cc:        freebsd-bluetooth@freebsd.org
Subject:   Re: btpand example
Message-ID:  <bb4a86c70905141005i3df732c4sc87dc76f7a3675e6@mail.gmail.com>
In-Reply-To: <200905141438.17380.doconnor@gsoft.com.au>
References:  <200905141438.17380.doconnor@gsoft.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Daniel,

> I just got btpand working with my phone (Samsung Omnia i900 - WinMo 6.1
> based) and here's what I did..

cool! thank for reporting.

> Note that unlike the NetBSD example '-d ubt0' or '-d ubt0hci' doesn't
> work as it reports unknown host. I have 'me' in /etc/bluetooth/hosts,
> but that is non-standard (and '-d local' doesn't work).

could you please try this patch?
Index: btpand.c
===================================================================
--- btpand.c    (revision 192109)
+++ btpand.c    (working copy)
@@ -101,7 +101,7 @@
                        break;

                case 'd': /* local address */
-                       if (!bt_aton(optarg, &local_bdaddr)) {
+                       if (!bt_devaddr(optarg, &local_bdaddr)) {
                                struct hostent  *he;

                                if ((he = bt_gethostbyname(optarg)) == NULL)

===

> Also, I found the MTU by trial and error, 600 works for me, 650 does
> not. I am guessing this is a bluetooth thing but I'm not sure.. If it
> is would it be possible for btpand to set the MTU?

sure :) however, like Iain said, it would be interesting to see what
is going on. any chance we could get both hcidump (created with -w
option) and tcpdump? could it be something that has to do with tcp mss
fixup?

thanks,
max



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bb4a86c70905141005i3df732c4sc87dc76f7a3675e6>